mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:53:26 +00:00
15 lines
269 B
YAML
15 lines
269 B
YAML
i2s_audio:
|
|
- id: i2s_output
|
|
|
|
speaker:
|
|
- platform: i2s_audio
|
|
id: spdif_speaker_id
|
|
dac_type: external
|
|
i2s_dout_pin: ${spdif_data_pin}
|
|
spdif_mode: true
|
|
use_apll: true
|
|
timeout: 2s
|
|
sample_rate: 48000
|
|
channel: stereo
|
|
i2s_mode: primary
|