Hello,
i am working on a project in which i need to check that my windows pc or laptop microphone is mute or not. So is there any way to get it because unity Microphone api does not give that information ?
The only information available on Microphone access in C# is through XNA, and that’s not what you want. Anything XNA could do is the same thing Unity could do.
Rather than checking if the microphone is muted (which is probably something that is out of your control) it might be better to assume that it is always unmuted, and preform any actions that would consider it to be muted based on Unity’s “isRecording.”
http://docs.unity3d.com/ScriptReference/Microphone.IsRecording.html