ESP32_VS1053_Stream icon indicating copy to clipboard operation
ESP32_VS1053_Stream copied to clipboard

A streaming library for esp32 with a vs1053 mp3/aac/ogg/flac decoder. Plays http, https (insecure mode) and chunked streams and parses the metadata. Compiles in the Arduino IDE.

Results 5 ESP32_VS1053_Stream issues
Sort by recently updated
recently updated
newest added

Can we have a some kind of watchdog here? i.e. callback function when no data send to VS1053 for some time?

Hello i use version The Arduino ESP32 pre-release version 3.0.0-aplha 3 is based on the ESP-IDF v5.1 ([release notes](https://github.com/espressif/esp-idf/releases/tag/v5.1)) and is major release supporting new version of ESP-IDF 5.1. This...

Hi, I have used your app to listen to some radios and works great. Now I have developed a small app that provides a buffer in a loop with some...