How can I realize the choice of sound output device from WPF C # In principle, I do not know how to implement it. I want to implement this functionality in the Vidyo.io PC program (WPF C #).
How can I realize the choice of sound output device from WPF C # In principle, I do not know how to implement it. I want to implement this functionality in the Vidyo.io PC program (WPF C #).
Source: https://ru.stackoverflow.com/questions/914863/
All Articles
NAudioWpfDemoand there, if memory serves me, there is an example of code how to output the available audio devices and choose between them. - Bulson