I apologize, I should have looked into more carefully.
I found the function called esp_audio_play() in esp_audio.h
It has the function to play from specific position.
Search found 2 matches
- Sat May 04, 2019 12:19 am
- Forum: ESP-ADF
- Topic: MP3 player rewind/fastforward function
- Replies: 1
- Views: 4119
- Thu May 02, 2019 11:25 pm
- Forum: ESP-ADF
- Topic: MP3 player rewind/fastforward function
- Replies: 1
- Views: 4119
MP3 player rewind/fastforward function
Hello, I am developing a MP3 player with buffer. I'm just wondering if it's possible to start from specific time from an MP3 file? I am thinking to use buffer, create number blocks for number of seconds of an MP3 file. Then, start from specific block and keep playing from that. I saw the original, s...