How to get sound data from all sounds you play at the smae time? (actionscript flash)

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-04-25T01:10:58Z Indexed on 2010/04/25 1:13 UTC
Read the original article Hit count: 206

Filed under:
|
|
|
|

So If I play one sound I use

sound = new Sound(); ...
sound.addEventListener( SampleDataEvent.SAMPLE_DATA, onSampleData);
sound.play();

And so I'll get data, but If I have 20 sounds playing and I want to get data from the sound I here as a resalt of data mix of all that sounds... How to get it?

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about flash