actionscript - Make an object react to a sound in Flash -


i have speaker , need speaker moves sound. need simulate real world speaker vibration generated low , mid frequencies.

does not have soo realistic whant know how can play sound , son mumerical value usefull apply numerical size transformation speaker.

cheers!

you can detect amplitude of sound in as3 using soundmixer.leftpeak , soundmixer.rightpeak methods: there's nice example here...


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -