Question

Let's say the sound input is either an embedded mp3 file or the microphone.

Is there an example of how to make it sound demonic and creepy, or like a radio transmission from the battlefield in actionscript-3 dynamically on runtime.

Reference: http://www.youtube.com/watch?v=JAY88WH0FcU

Was it helpful?

Solution

As far as I know, you simply can't with the microphone, unless you first send it to a server.

With an audio file (embedded or not), you can distort it by playing with its bytes (ref), but its not at all a trivial task (I'm not aware of any library for "easy" sound processing).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top