Skip to content

SimpleTTS output from A2DP #469

Answered by pschatzmann
d3mac123 asked this question in Q&A
Discussion options

You must be logged in to vote

The easiest might be to use the A2DPStream class as output instead of the I2SStream . However be warned: If you are new to the ESP32 or Arduino the BluetoothA2DPSource scenario is quite tricky and not the right place to start...

Here is the corresponding simple stream example

And don't forget that the provided data format from TTS does not match with the A2DP requirement, so it needs to be converted.

ps. This is the worst place for this discussion: I think this should actually be rather in AudioTools or SimpleTTS

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@d3mac123
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants