react-modern-audio-player
react-modern-audio-player copied to clipboard
Playspeed support
Is it possible to add support for different play speeds? 1.25x, 1.5x, 1.75x, 2x, etc.
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
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.