MP3 player rewind/fastforward function
Posted: Thu May 02, 2019 11:25 pm
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
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