tierneytim / btAudio

Bluetooth Audio for Arduino
196 stars 29 forks source link

a2dp source #8

Closed yeckel closed 3 years ago

yeckel commented 3 years ago

Hi Tim, how complicated would be to add a2dp source feature? I would like to decode something on the ESP32 and send it to Bluetooth headset. (Have 8k 16bit signed mono data) I know that HFP_GW is not (yet) supported by the arduino_esp32 but a2dp source shall work.

tierneytim commented 3 years ago

Hi Yeckel,

This has been on the to-do list but like so many other things my real job gets in the way. I have periodically looked at the a2dp source example on the ESP32-IDF but my head starts to hurt. It's over 800 lines long and is, to my brain, very complicated. So... this is on to-do list but can't say when.

yeckel commented 3 years ago

Yes I know, the same here. I don't want to port my app and libs used into ESP-IDF and arduino as a component in ESP-IDF doesn't work well.