-
How to change the rotary encoder function from volume adjustment to changing the radio station ?
I've changed "enc_menu_mode = PRESET", but the resault is:
[ 12637][I][VS1053.cpp:129] testComm(): …
-
I managed to run the sync and async modes on the rpico with the vs1053 breakout, but it sounds glitchy, at 128. Which parameter should I check to control this issue?
On Arduino I can play MP3 files s…
-
hello! Which VS1053 lib used?
```
githubOranjeRadio:395:35: error: 'class VS1053' has no member named 'isChipConnected'
bool isconnected = player.isChipConnected();
…
-
hi dear djuseeq
i have a ch376s module and want to make a simple mp3 player
but i could not find a way to interface this module with vs1053
if possible give me a simple example
i use this lib fo…
-
### Problem Description
I'm currently facing challenges with the Ogg recording example on the breakout board utilizing the VS1053 chip. My recorded files consistently exhibit a recurring issue. Spec…
-
Getting the VS1053 to play an MP3 file (from flash is fine) on any kind of microcontroller is probably a good first step.
Next is doing the same but on an ESP32.
Finally, on an ESP32 _with_ an S…
-
Is the VS1053 support removed? I tried to build today, and it failed with the messages below. The audio decoder was set to 0 = VS1053. The new audiotask (V3.0.0) does not contain anything with respect…
-
Hi there,
I've probably missed some part of the dependencies but I can't find what's missing.
I'm using an ESP32 within the Arduino IDE 2.3.2 with my Adafruit Music Maker (VS1053).
When I try t…
-
Hello! Thank you for your work.
I use this version:
https://github.com/Edzelf/ESP32-Radio,VERSION "Mon, 25 Mar 2020 10:45:00 GMT"
Network radio and MP3 play normally.Only the display is normal…
-
Hello,
sadly the library seems to be broken on the RP2040 architecture:
While the midi demo works, the mp3 demo plays the sample only one time, the second time a short click and then silence. The se…