arielfaur / ionic-audio

An audio player for Ionic 3 and Angular 4. Works with HTML 5 audio or native audio using Cordova Media plugin.
http://arielfaur.github.io/ionic-audio/2.0/index.html
MIT License
321 stars 163 forks source link

Adjust speed of playing track #197

Open pelcomppl opened 6 years ago

pelcomppl commented 6 years ago

Hi is it possible to change speed of playing track?

arielfaur commented 6 years ago

Apparently there is a way to do that with HTML audio, but it is not implemented by the plugin. You could fork the plugin and add the method if you wish, it should be easy.

This seems to be method that needs to be implemented: https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_delivery/WebAudio_playbackRate_explained

pelcomppl commented 6 years ago

@arielfaur Could you tell me in which file of your plugin should I add this method?