Bluetooth speaker connected into VS1053b #484
-
How to make to play audio via VS1053b (VS1053.h library) to it's speaker and make it Bluetooth speaker? That speaker connected do VS1053b? This is my code Problem is this... something like read isn't there? size_t len = a2dp.read(mp3buff, sizeof(mp3buff)); if (len > 0) { |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I am also working on this problem, I tell you if I have anything new that can help :) |
Beta Was this translation helpful? Give feedback.
-
I started to work on this topic, but never had a chance to complete and test it. This example that it in the sandbox of the audio tools might help you get started... You might need to split up the out.write() into smaller pieces, because it is my gut feeling that the provided array might be too big. |
Beta Was this translation helpful? Give feedback.
I started to work on this topic, but never had a chance to complete and test it. This example that it in the sandbox of the audio tools might help you get started...
You might need to split up the out.write() into smaller pieces, because it is my gut feeling that the provided array might be too big.