You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change the playback rate, but i can not call this.setState of a playback value because this will call render method and start the sound again.
I want to change the playback rate, but i can not call this.setState of a playback value because this will call render method and start the sound again.
As you can se https://jsbin.com/UGIxoJis/1/edit?html,output you can modify the playbackRate while a media is being played.
How can I access to the current sound element to modify his playbackRate?
The text was updated successfully, but these errors were encountered: