watfordjc / csharp-stream-controller

My WIP stream controller for live streaming
MIT License
1 stars 0 forks source link

Change default sound device #10

Closed watfordjc closed 4 years ago

watfordjc commented 4 years ago

Repository Github Projects

Windows Audio

The latest code for the program has a collection of audio interfaces.

NAudio does not appear to provide a way to change the default devices. A cursory Googling suggests the interface IPolicyConfig10 (plus IPolicyConfigVista and IPolicyConfig7) would need implementing. One such MIT-licensed implementation is frgnca/AudioDeviceCmdlets.

Windows 10 requires too many clicks to change the default render (sound output) device.

watfordjc commented 4 years ago