Search found 2 matches

by 64-core CPU
Wed Nov 04, 2020 5:06 pm
Forum: Hardware
Topic: ESP32 A2DP src SBC codec setup
Replies: 1
Views: 3716

Re: ESP32 A2DP src SBC codec setup

I ended up solving the problem. The point was that the wrong quartz was soldered on the vs1053 debug board. Because of this, the vs1053 played sound slower than necessary. They also helped me on GitHub https://github.com/espressif/esp-idf/issues/5997 Thank you all for your attention. Moderators, mar...
by 64-core CPU
Thu Oct 15, 2020 10:51 am
Forum: Hardware
Topic: ESP32 A2DP src SBC codec setup
Replies: 1
Views: 3716

ESP32 A2DP src SBC codec setup

(Sorry for my english) Hi! I have esp32 and vs1053(audio codec). I trying create bluetooth audio player. I set up the esp32 as bluetooth sound source. vs1053 decodes audio and returns it over the i2s bus. vs1053 support i2s output format is 16bit per sample and 48/96/192KHz. I set it to output at 48...