mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-24 22:02:04 +01:00
[i2s_audio] Document I2S speaker disable timeout option (#4426)
This commit is contained in:
parent
2e6381a9d5
commit
23b883351b
@ -54,7 +54,8 @@ Configuration variables:
|
||||
- ``pcm``
|
||||
- ``pcm_short``
|
||||
- ``pcm_long``
|
||||
- **timeout** (*Optional*, :ref:`config-time`): How long to wait after finishing playback before releasing the bus. Defaults to ``100ms``.
|
||||
- **buffer_duration** (*Optional*, :ref:`config-time`): The duration of the internal ring buffer. Larger values can reduce stuttering but uses more memory. Defaults to ``500ms``.
|
||||
- **timeout** (*Optional*, :ref:`config-time`): How long to wait after finishing playback before releasing the bus. Set to ``never`` to never stop the speaker due to a timeout. Defaults to ``500ms``.
|
||||
- All other options from :ref:`Speaker Component <config-speaker>`.
|
||||
|
||||
External DAC
|
||||
|
Loading…
Reference in New Issue
Block a user