Question
AS3: How to control incoming sound from an audio stream?
When I call NetStream.play() on an existing audio stream, it
will start playing the audio. Is there any way I can detect the
actual sound
intensity the way you'd do with a Microphone object, for
example? I can connect to the stream, but I can't know if there's
actual sound coming out of it, and even worse, I don't even know if
there's a way to know if the stream is actually valid.
NetStream.play returns no value...
