0

I am trying to make an windows form app in c# that lists all the audio devices and disables the selected one. as I understand to disable an audio device I need it's class guid and instance path. but that is all I got. any idea how to do this in c# ? Thanks in advance.

1 Answers1

0

This question has some good answers on how to enumerate audio devices and get their IDs:

How to enumerate audio out devices in c#

joehoper
  • 384
  • 2
  • 5