ESP32-vs1053_ext icon indicating copy to clipboard operation
ESP32-vs1053_ext copied to clipboard

With this library You can easily build a WebRadio with a ESP32 board and a mp3-module. See: https://www.youtube.com/watch?v=u4u9NvZvWRk

Results 22 ESP32-vs1053_ext issues
Sort by recently updated
recently updated
newest added

Hello, I have enjoyed using your VS1053-ext library for years. But with minor changes to the application, what the library uses it for, I kept getting ssl problems. Only when...

Hi, I set the volume to 10, stop the player (go to another screen), then restart the player, the song starts at maximum volume, if you make a getVolume() request,...

I have tryed with two esp32 boards: NodeMCU and Expressif and with two mp3 decoder board vs1003/vs1053 and vs1053 but not working. I have trouble direct after start: i need...

The call to loadUserCode(); // load in VS1053B if you want to play flac in the VS1053::begin function appears to block. When I remove the call, the begin function return...

hi dear schreibfaul thanks for your great work ! i studied your source code for ESP32-audioI2S if possible please bring getAudioCurrentTime to vs1053

I have a very simple implementation, very similar to the tiny example . It runs good but sometimes music is interrupted for very short time . No keys or display...

please support ch376 because usb flash memories are very public

You said that accessing GPIO > 31 for (D)CS is not possible ... yes, it is. I changed the lines in **vs1053_ext.h**: `protected: // Expandend beyond GPIO32. tcfkat 20210222 inline...

It would be possible with moderate efforts to extend your Webradio to play audio files from DLNA media servers (mostly running on a NAS) in your local network. Library SoapESP32...