This commit is contained in:
2026-02-12 21:00:02 -08:00
parent 77f8236347
commit 8bdbf227ca
1141 changed files with 1010880 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
# Simple TTS to A2DP
This is just an adaptation of the [streams-simple_tts-i2s example](https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-tts/streams-simple_tts-i2s) where the output stream has been replaced with a A2DPStream.
So the output goes to a Bluetooth Speaker!
More examples can be found at https://github.com/pschatzmann/arduino-simple-tts/tree/main/examples
Because we need a lot of progmem, do not forget to set the partition scheme to Huge APP!
### Dependencies
- https://github.com/pschatzmann/ESP32-A2DP.git
- https://github.com/pschatzmann/arduino-simple-tts
A word of warning: The A2DP output has it's challenges, so I do not recommend this as your first sketch.