jonisb / AudioEndpointControl

A library to access and control audio devices (Soundcard speakers/mics) written in Python for Windows vista and later.
10 stars 3 forks source link

Add support for "Mute" events #3

Closed jonisb closed 8 years ago

jonisb commented 8 years ago

Looks like I need to use IAudioEndpointVolumeCallback interface to get Mute events.

Edit: And looks like I already knew this as it's in the code commented. :()