esp32-a2dp-sink icon indicating copy to clipboard operation
esp32-a2dp-sink copied to clipboard

ESP32 A2DP sink with extra codecs

Results 7 esp32-a2dp-sink issues
Sort by recently updated
recently updated
newest added

Hi there, I'm planning to use an ESP32 in a commercial (and Open Source) project of a Bluetooth Audio DAC and was very happy when I found your work regarding...

I was wondering if you could help me get aptx/ldac working. So I cloned the repository and build the project and then flashed but my pixel 6 does not detect...

It seems that many of the functions are not available (thus limiting its use scope) or causes compile errors because it relies on deprecated functions. Are there any plans to...

When using LDAC here are some tests: Sony NW-A30 Walkman (LDAC) = Crackling noise, sometimes it sounds like a chipmunk. Sony NW-A30 Walkman (aptxHD) = No problem Redmi 12 (LDAC)...

While testing I noticed the left and right output are swapped.

I modified a bit the main.cpp to enable spdif output. I have all needed submodules with specified branches and have been able to build the project. When I connect BT...

Building instructions are very limited... It seems to need some specific version, specific branch of esp-idf + some specific codec. It could be complicated to add this specific development configuration...