1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[speaker, i2s_audio] I2S Speaker implementation using a ring buffer (#7605)

This commit is contained in:
Kevin Ahrendt
2024-10-16 18:47:11 -04:00
committed by GitHub
parent 22478ffb0f
commit 1c845e0ff8
13 changed files with 601 additions and 266 deletions

View File

@@ -5,6 +5,7 @@ esphome:
condition: speaker.is_stopped
then:
- speaker.play: [0, 1, 2, 3]
- speaker.volume_set: 0.9
- if:
condition: speaker.is_playing
then:

View File

@@ -5,6 +5,7 @@ esphome:
condition: speaker.is_stopped
then:
- speaker.play: [0, 1, 2, 3]
- speaker.volume_set: 0.9
- if:
condition: speaker.is_playing
then:

View File

@@ -5,6 +5,7 @@ esphome:
condition: speaker.is_stopped
then:
- speaker.play: [0, 1, 2, 3]
- speaker.volume_set: 0.9
- if:
condition: speaker.is_playing
then:

View File

@@ -5,6 +5,7 @@ esphome:
condition: speaker.is_stopped
then:
- speaker.play: [0, 1, 2, 3]
- speaker.volume_set: 0.9
- if:
condition: speaker.is_playing
then: