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 #).

  • And if not WPF, you know how to do it? - Andrei NOP
  • Clarify the question. Do you already have some code to play and you need to fasten the device selection to it? If yes, then show the play code. - MSDN.WhiteKnight
  • No, in principle, how to do not know. I have a Vidyo.io WPF C # program. Program for video calls. I want to make a device selection in it. - Victor Gavrilets
  • The Naudio project itself contains examples of how to work with this library, for example NAudioWpfDemo and there, if memory serves me, there is an example of code how to output the available audio devices and choose between them. - Bulson

0