C# audio device enumeration and muting

169 views Asked by At

Since DirectSound is deprecated and XAudio2 removed enumeration, what is the "right" method for a C# application to enumerate and modify audio devices on Windows 7 and above?

I've seen solutions that use NAudio, CSCore, or other libraries and wrappers. Are there bare-metal solutions for C#?

0

There are 0 answers