Search found 2 matches
- Wed 2020-11-11 17:15
- Forum: Microcontroller Software
- Topic: VS1053 MP3 Shield - ID3 question
- Replies: 2
- Views: 947
Re: VS1053 MP3 Shield - ID3 question
Anyone knows how to get id3 info without playing the track? I was looking into this private function, but I'm not getting there by myself :cry: : getTrackInfo() void SFEMP3Shield::getTrackInfo (uint8_t offset, char * infobuffer ) - Fetch ID3 Tag information. Parameters: [in] offset for the desired i...
- Tue 2020-11-03 13:16
- Forum: Microcontroller Software
- Topic: VS1053 MP3 Shield - ID3 question
- Replies: 2
- Views: 947
VS1053 MP3 Shield - ID3 question
Hi everyone! I'm doing my first arduino project. It's a pedalboard wich triggers audio files. I'm using arduino UNO and VS1053 MP3 Shield I have a 1602 lcd where I want to place the audio files names. There will be 4 buttons to play samples and 2 more for NEXT and PREVIOUS sounds in the list. So, I ...