Any way to avoid BCK stops on AVRC pause? #748
-
|
I'm currently working on a project in which an ESP32 uses Bluetooth A2DP to transmit music to an STM32. Everything is synchronized by the BCK (ESP master ST slave). I got the clock to work before attaching the Bluetooth. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
The AudioStream integration is starting and stopping I2S driven by A2DP. If you do not want I2S to stop, just use the data callback, set up I2S yourself and write to I2S in the callback. |
Beta Was this translation helpful? Give feedback.
The AudioStream integration is starting and stopping I2S driven by A2DP.
If you do not want I2S to stop, just use the data callback, set up I2S yourself and write to I2S in the callback.