A2DP AAC support in ESP-IDF 6.1 #805
|
Hi there, It appears that the latest beta release for ESP-IDF has added AAC support. espressif/esp-idf@7e05593 Does this mean that you'll be able to eventually support it as well? Thanks! |
Replies: 4 comments 5 replies
|
Committed an untested DRAFT implementation: see this example |
|
double check the settings in sdkconfig: I think this needs to be activated... |
|
Hello again, Using https://github.com/pschatzmann/idf-example-a2dp as a reference, I've managed to get everything working on IDF 6.1 with external codecs disabled. With external codecs enabled, I can make it compile and run, but any attempt to connect a phone immediately disconnects:
It appears to be related to espressif/esp-idf#18786 I had the same issue with the IDF AAC example (https://github.com/espressif/esp-idf/tree/release/v6.1/examples/bluetooth/bluedroid/classic_bt/a2dp_sink_stream_aac) and the referenced patch fixed it. Trying to implement the same fix in ESP32-A2DP has proven to be beyond me so far. Any chance you can take a look? Thanks |
|
I did some tests and I confirm that AAC is working now... |
Committed an untested DRAFT implementation: see this example