I want to get the activity level of audio of a NetStream, similar to how you can do it with a Microphone. In this article, AS3: Audio activity level of a NetStream NetStreamInfo.audioBytesPerSecond is said to be the solution. However, audioBytesPerSecond indicates how many data volume the stream have. It does not get volume level of the stream. It is not the same as microphone.activityLevel.
Is there any way to get volume level of netStream?