Enhanced Microphone and SoundTransform
Hi!
I'm trying to add a mute capability for a Enhanced Microphone. Most of the information I can find about muting a microphone involves creating a new SoundTransform with a volume of 0 and assigning it to the soundTransform property of a microphone instance. In the past, I have seen this work to be able to get activity level from the microphone when not attached to a NetStream (i.e. loopback = true, volume = 0). However, this doesn't appear to work with an enhanced Microphone. Even when I assign a new SoundTransform (volume=0) to the microphone instance, I still hear it on loopback.
Any help is greatly appreciated.
