Question detect Audio Output change

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
Is there a trigger that fires when the audio output get changed? from one speaker to a different speaker or from speaker to bluetooth.
 
Look into NAudio, it allows working with MMDevice API. It is possible OnDefaultDeviceChanged is what you're looking for.
 
Back
Top