简体   繁体   中英

Monitor microphone changes

Is there any way to monitor microphone changes (plug in and plug out events)? Shouldn't matter if the mic is bluetooth / usb / or plugged directly to sound card. Application is built with C# but if there isn't any good way to get the events using C# then C++/CLI might be also option.

This link may help:

http://blogs.msdn.com/b/coding4fun/archive/2009/10/08/9905168.aspx

The post includes instructions on capturing the microphone level, etc.

Original post. Microphone Input

EDIT: Blog moved here: https://channel9.msdn.com/coding4fun/articles/NET-Voice-Recorder

I found also IMMNotificationClient from WASAPI which should work. Seems NAudio is not exposing this, but after customization I'm able to use it and get plugin / plugout events. Although it doesn't seem really stable - duplicated events / missing events and etc. Is there any proper implementation example in managed level?

Interface description :: IMMNotificationClient interface

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM