Search found 1 match
- Tue Aug 29, 2023 11:17 pm
- Forum: ESP-IDF
- Topic: Unbalanced vocals and instruments in audio output of Bluetooth sink example (A2DP)
- Replies: 0
- Views: 502
Unbalanced vocals and instruments in audio output of Bluetooth sink example (A2DP)
Hey, I have an issue with I2s config in the context of a Bluetooth speaker project based on ESP32 and PCM5100A (along with PAM8909 as Amplifier). This is my config : mode = I2S_MODE_MASTER | I2S_MODE_TX, .sample_rate = 441000, .bits_per_sample = 32, .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, .com...