[i2s_audio] Document I2S speaker disable timeout option (#4426)

This commit is contained in:
Kevin Ahrendt 2024-11-12 13:20:15 -05:00 committed by GitHub
parent 2e6381a9d5
commit 23b883351b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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