I would like to add a button for the user to choose the playback speed, is it possible to change the audioRate dynamically via a method?
Thanks
Have you tried reading the docs before asking?
setPlaybackRate(rate) – Sets the speed of playback (0.5 is half speed, 1 is normal speed, 2 is double speed and so on).
Apologies, I missed that one.
Most helpful comment
Have you tried reading the docs before asking?