peterhinch / micropython-vs1053

Synchronous and asynchronous drivers for VS1053b MP3/FLAC player
MIT License
25 stars 7 forks source link

How to implement the pause and resume playback functionality? #6

Closed jd3096-mpy closed 8 months ago

jd3096-mpy commented 8 months ago

Thanks for your repo, it works well,but how to implement the pause and resume playback functionality? After using the "cancel" method, if you use the "play" method again, the song will start playing from the beginning.

The VS1053 chip indeed has many powerful features, and the manual states that it can also implement functions like seeking, silent fast forward, and rewind. If you have the time and resources, it would be a great idea to further enhance the library for this chip to make use of these advanced capabilities.