mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
I2s comm fmt (#4250)
Co-authored-by: PxPert <pxpert@pxpert.cloud> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
10996e384d
commit
e72c0f1b79
@ -42,6 +42,18 @@ Configuration variables:
|
||||
- **use_apll** (*Optional*, boolean): I2S using APLL as main I2S clock, enable it to get accurate clock. Defaults to ``false``.
|
||||
- **i2s_mode** (*Optional*, enum): The I²S mode to use. One of ``primary`` (clock driven by the host) or ``secondary`` (clock driven by the attached device). Defaults to ``primary``.
|
||||
- **i2s_audio_id** (*Optional*, :ref:`config-id`): The ID of the :ref:`I²S Audio <i2s_audio>` you wish to use for this speaker.
|
||||
- **i2s_comm_fmt** (*Optional*, enum): The I²S communication standard format used by this speaker.
|
||||
|
||||
- ``stand_i2s`` (Default)
|
||||
- ``stand_msb``
|
||||
- ``stand_pcm_short``
|
||||
- ``stand_pcm_long``
|
||||
- ``stand_max``
|
||||
- ``i2s_msb``
|
||||
- ``i2s_lsb``
|
||||
- ``pcm``
|
||||
- ``pcm_short``
|
||||
- ``pcm_long``
|
||||
- **timeout** (*Optional*, :ref:`config-time`): How long to wait after finishing playback before releasing the bus. Defaults to ``100ms``.
|
||||
|
||||
External DAC
|
||||
|
Loading…
Reference in New Issue
Block a user