audio5js icon indicating copy to clipboard operation
audio5js copied to clipboard

Playback speed support

Open rush-skills opened this issue 9 years ago • 3 comments

Does this plugin support controlling of playback speed? If not are there any plans to do so?

rush-skills avatar Jan 22 '16 02:01 rush-skills

no, it doesn't support this at the moment. I'm happy to accept a PR if you want to provide one.

zohararad avatar Jan 22 '16 05:01 zohararad

I was able to implement it in html5 audio using their native playbackRate setting. I did this in my code to make it work:

audio5js.audio.audio.playbackRate = newRate; Not sure how to do this incase of flash.

rush-skills avatar Jan 24 '16 21:01 rush-skills

Me neither actually... not very experienced with AS3. Anyhow, I'm happy to accept this for HTML5 only as a PR if you want to send one. Otherwise, and perhaps more elegant - just add this after initializing?

zohararad avatar Jan 25 '16 12:01 zohararad