SBC settings #639
-
Hello, I noticed that the BluetoothSink library only includes standard settings for the SBC codec. I was wondering if it would be possible to integrate settings for the SBC codec from the additional library, Arduino-libSBC. Currently, I am working on a project where sound is transmitted from a PC to an ESP32 module and output to a DAC. I have a preliminary code in place for this setup: #include "BluetoothA2DPSink.h" #include "SBC.h" // Include the libsbc library BluetoothA2DPSink a2dp_sink; // Define I2S pins void setup() {
} void loop() { Could you please provide guidance on what needs to be done to make this integration work? Specifically, how can I use configurations from Arduino-libSBC to customize the SBC settings in the BluetoothSink library? Thank you for your assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No, the ESP IDF API does not provide any such functionality |
Beta Was this translation helpful? Give feedback.
No, the ESP IDF API does not provide any such functionality