Speed ​​up or up speed of sound in actionscript?

I can't seem to find a way to speed up or down the speed of sound (stride) with ActionScript (or any other way in flash). Is it possible?

I want to do a little dj game with controls to speed up or down from 15% of mp3 loaded. Any idea on how I can implement this?

0


a source to share


1 answer


I'm not terrific about audio stuff, but I think you would do this to manipulate the ByteArray of the audio:

Here's an example:



http://www.kelvinluck.com/2008/11/first-steps-with-flash-10-audio-programming/

I also suggest looking at Andre Michelle's material ( http://blog.andre-michelle.com/ )

+3


a source







All Articles