morphx666 / CoreAudio

Windows CoreAudio wrapper for .NET
https://whenimbored.xfx.net/2011/01/core-audio-for-net/
MIT License
95 stars 20 forks source link

Mic peak volume #15

Closed LAB02-Admin closed 2 years ago

LAB02-Admin commented 2 years ago

Hey @morphx666,

Maybe I've looked over it, but is there a way to get the peak volume of the default mic (input device)?

LAB02-Admin commented 2 years ago

Sorry found it - just use GetDefaultAudioEndpoint(EDataFlow.eCapture, ERole.eCommunications) :)