Skip to content

raw feedback sound play to i2s when A2DP Sink is connected #395

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

You must be logged in to vote

No, you will need to write the signal to I2S. To do this properly you should deactivate the I2S management of the A2DP library and use your own logic.

The AudioTools library can help you to do this....

You can get some inspiration from the following examples:
https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-stream/streams-memory_mp3_short-i2s
https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-basic-api/basic-a2dp-i2s/basic-a2dp-i2s.ino

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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