react-modern-audio-player icon indicating copy to clipboard operation
react-modern-audio-player copied to clipboard

Playspeed support

Open stevehanstudio opened this issue 2 years ago • 2 comments

Is it possible to add support for different play speeds? 1.25x, 1.5x, 1.75x, 2x, etc.

stevehanstudio avatar Oct 19 '22 17:10 stevehanstudio

Under the current situation, you can get audioElement by getElementById or other selectors and set playback rate but it is available when only using a plain audio bar

So, in the next version, it will offer audioRef that can control both waveform and plain audio by props and you will be able to access playback rate that can be applied to both audio forms

If more users need the speed interface, I will consider adding it as part of activeUI

slash9494 avatar Oct 20 '22 16:10 slash9494

It's a useful feature in particular for podcast playbacks. Thank you for your implementation insights and for your consideration in adding the feature in the future.

stevehanstudio avatar Oct 20 '22 22:10 stevehanstudio