mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 16:20:42 +00:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
15 lines
402 B
YAML
15 lines
402 B
YAML
speaker:
|
|
- platform: i2s_audio
|
|
id: resampler_i2s_speaker_id
|
|
i2s_audio_id: i2s_audio_bus
|
|
dac_type: external
|
|
i2s_dout_pin: ${dout_pin}
|
|
- platform: resampler
|
|
id: resampler_speaker_id
|
|
output_speaker: resampler_i2s_speaker_id
|
|
bits_per_sample: 16
|
|
- platform: resampler
|
|
id: resampler_speaker_2_id
|
|
output_speaker: resampler_speaker_id
|
|
bits_per_sample: passthrough
|