AIC3204¶
The aic3204
platform allows your ESPHome devices to use the AIC3204 ultra low power stereo audio codec (DAC).
This allows the playback of audio via the microcontroller from a range of sources via
Media Player Components.
The I²C bus is required in your configuration as this is used to communicate with the AIC3204.
# Example configuration entry
audio_dac:
- platform: aic3204
Configuration variables:¶
Automations¶
aic3204.set_auto_mute_mode
Action¶
This action sets the auto-mute mode of the AIC3204. See page 111 in the reference manual for more information.
Configuration variables:
id (Required, ID): The ID of the
aic3204
platform.mode (Required, int, templatable): The auto-mute mode to be used; must be in the range of 0 (auto-mute disabled) to 7.
All Audio DAC Automations are supported by this platform, as well.