Zexor Well-known member Joined Nov 28, 2008 Messages 520 Programming Experience 3-5 Jun 25, 2023 #1 Is there a trigger that fires when the audio output get changed? from one speaker to a different speaker or from speaker to bluetooth.
Is there a trigger that fires when the audio output get changed? from one speaker to a different speaker or from speaker to bluetooth.
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,840 Location Norway Programming Experience 10+ Jun 25, 2023 #2 Look into NAudio, it allows working with MMDevice API. It is possible OnDefaultDeviceChanged is what you're looking for. Upvote 0 Downvote
Look into NAudio, it allows working with MMDevice API. It is possible OnDefaultDeviceChanged is what you're looking for.