sle118 / squeezelite-esp32

ESP32 Music streaming based on Squeezelite, with support for multi-room sync, AirPlay, Bluetooth, Hardware buttons, display and more
1.26k stars 115 forks source link

[Feature Request] more than SBC when BT is source #415

Closed legolas136 closed 6 months ago

legolas136 commented 6 months ago

Is it possible to get other codecs as BT input working?

When playing flacs over lms the sound is really nice with the pcm5102 over I²S. But when using BT as source, the sound is muffled... As always with SBC codec. APT-X HD or even LDAC would be awesome.

sle118 commented 6 months ago

We are leveraging the esp-idf Bluetooth stack and thus are limited by their offerings. If someone finds an alternative that can be used in this project, I'd be willing to take a look, but otherwise I'm afraid this won't be possible in the near future.

Thank you