MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
774 stars 182 forks source link

AAC in bluetooth mode? #79

Closed HITMAnsOFT closed 4 years ago

HITMAnsOFT commented 4 years ago

Hi, is there support for AAC codec in A2DP mode? It would be very interesting for making DIY high quality Bluetooth DACs with AAC support, given that AptX is not open and AAC decoder is already included.

MrBuddyCasino commented 4 years ago

I had a look at this, unfortunately no, its not extensible. Can be hacked maybe by patching the bt stack, but I didn’t try.

MrBuddyCasino commented 4 years ago

A high bitrate SBC is already very good, the bad reputation is unwarranted. Some early devices (eg Android) capped the max bitrate for some dumb reason, which made it sound bad, but I don’t think current devices do that anymore.

HITMAnsOFT commented 4 years ago

So if I understand correctly, SBC advertising and decoding is fully handled by BT stack in esp-idf. Thanks for the answer!