CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.42k stars 838 forks source link

Controlling audio speed/playback rate (question) #265

Open Azadehkhojandi opened 7 years ago

Azadehkhojandi commented 7 years ago

Hi there, Is it possible to change playback rate with soundjs?

lannymcnie commented 7 years ago

Not currently. This is being considered as the Flash fallback is being deprecated - and the lack of support in Flash is the key reason it was not added initially.

juancapm09 commented 7 years ago

Hi @lannymcnie,

I just wanted to know when the next release will be done, I'm looking forward to use SoundJS in a project that requires to modify the playbackRate.

Regards,

lannymcnie commented 7 years ago

The current version in GitHub is the release candidate. It is currently undergoing testing and verification from Adobe (for Animate integration), but this feature will not be in the next tagged version.

juancapm09 commented 7 years ago

Thanks @lannymcnie, Do you currently have any estimation for this feature?

Regards,

lannymcnie commented 7 years ago

Not offhand. We are planning a pretty big refactor of SoundJS for the next version, which will ideally contain this feature.

Gibbz commented 2 years ago

Any progress on this? I noticed the beta 2.0 branch has not been updated in 3 years..... Id find it very useful to have playback speed as a feature, or a way to modify the library and do it myself.