Closed fmkkaya closed 6 hours ago
There are plenty of examples in the AudioTools library
Thank you for your answer. https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-communication/a2dp I have reviewed all of this address but I could not find a suitable library. I kindly request your support.
library ? I think you were looking for a sketch from I2S to A2DP. So that would be
You forgot to describe your I2S source device from which you want to read the audio from.
Problem Description
Hello, I use the audio library with max98357 and transmit the sound to the speaker with i2s. Is it possible to transmit the data in i2s to bluetooth with the BluetoothA2DPSource library. when I examined your library, I could not see it. does your library support this? would you consider adding it?
Device Description
Esp32-wroom arduino
Sketch
Other Steps to Reproduce
No response
Provide your Version of the EP32 Arduino Core (or the IDF Version)
2.0.14
I have checked existing issues, discussions and online documentation