Configure A2DP Source SBC encoding parameters? #722
-
Hello, Thanks for your work on those libs, it's fantastic! I was wondering if we could be able to tweak the ESP32 A2DP Source config to use a higher SBC bitrate (ideally bitpool = 38, 16 blocks in a frame, 8 frequency bands to achieve 452 kb/s bitrate in 44.1KHz). Do you know if the API exposes this possibility (or there might be hw limitations that could prevent this anyway?). Greetings from Lausanne! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, the ESP32 A2DP does not provide any possibility of this sort. Espressif also does not provide the source code, so I don't really see any possibility in Arduino. Quite recently I have discovered this project https://github.com/bluekitchen/btstack that should work on an ESP32 and provides the full source code. It is not working in Arduino however... |
Beta Was this translation helpful? Give feedback.
No, the ESP32 A2DP does not provide any possibility of this sort.
Espressif also does not provide the source code, so I don't really see any possibility in Arduino.
Quite recently I have discovered this project https://github.com/bluekitchen/btstack that should work on an ESP32 and provides the full source code. It is not working in Arduino however...