Page 1 of 1

MP3 player rewind/fastforward function

Posted: Thu May 02, 2019 11:25 pm
by gyuho945
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, start, end pointers in the ringbuffer C file.

Should I use that??

Any advice would be appreciated.

Thank you :)

Re: MP3 player rewind/fastforward function

Posted: Sat May 04, 2019 12:19 am
by gyuho945
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.