Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback speed support #75

Open
rush-skills opened this issue Jan 22, 2016 · 3 comments
Open

Playback speed support #75

rush-skills opened this issue Jan 22, 2016 · 3 comments

Comments

@rush-skills
Copy link

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

@zohararad
Copy link
Owner

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

@rush-skills
Copy link
Author

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.

@zohararad
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants