schreibfaul1 / ESP32-vs1053_ext

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
GNU General Public License v3.0
106 stars 29 forks source link

MP3 Reader Example #12

Open antonio118 opened 3 years ago

antonio118 commented 3 years ago

Hi, thank you very mach for the library.! Instructions and notes provided were of major help and using it i was able to build the webradio i was dreaming of since long time. On the contrary in spite of my efforts i (i am a novice!) was unable to clearly understand how the mp3.loop works and therefore i was unable to build a simple but functional MP3 reader. (esp32+vs1053+CardReader+3 BUTTONS) Using the available sketch i succeeded in playing one file at the time located in the SD using "mp3.connecttoSD("xxxxxxxx.mp3"); in the Setup section of the sketch but i don't understand how i should proceed if i want to organize a "LOOP" allowing the choice of a file among those in the SD dir (easy part) and its subsequent reproduction. Suggestions or better an example sketch showing commands for the reproducion of a file in the loop section of the sketch would be extremely useful for newbuys like me. Thanks in advance for a reply .