zhw2590582 / WFPlayer

:ocean: WFPlayer.js is an audio waveform generator
https://wfplayer.js.org
MIT License
262 stars 32 forks source link

Could you please add a speed-changing function? #47

Closed newproplus closed 1 year ago

newproplus commented 1 year ago

I'm going to make a player like music speed changer which is a good music player. For now, WFPlayer nearly has all the functions I want, except a speed-changing function. In my opinion, it might be called like wf.seek(second);

Thank you for your great job.

zhw2590582 commented 1 year ago

You can set the playbackRate of mediaElement, and the waveform will be synchronized to this speed

newproplus commented 1 year ago

OK, thank you very much. Maybe adding this to the document is more helpful.