Change media player fmt to msb

This commit is contained in:
Edward Firmo
2024-12-24 00:22:52 +01:00
parent d77d761497
commit a716e8e9cf
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,9 @@
####################################################################################################
---
substitutions:
tone_volume_change: "scale_up:d=32,o=5,b=100:c,c#,d#,e,f#,g#,a#,b" # Use to "none" for no sound
# RTTTL format: name:d=duration,o=octave,b=tempo:notes
# d=32 (32nd note), o=5 (octave 5), b=100 (tempo 100)
tone_volume_change: "scale_up:d=32,o=5,b=100:c,c#,d#,e,f#,g#,a#,b" # Use "none" to disable sound
api:
actions:

View File

@@ -23,7 +23,7 @@ media_player:
platform: i2s_audio
i2s_dout_pin: GPIO15
i2s_audio_id: if_i2s_audio
i2s_comm_fmt: lsb
i2s_comm_fmt: msb # Experimental - It was 'lsb' until v2024.12.12
dac_type: external
mode: mono
...