Enumerate audio input devices with WMI

后端 未结 2 1376
难免孤独
难免孤独 2021-01-23 02:15

I am using NAudio in my C# project, and I am looking for a way to enumerate audio input devices (microphone etc.), so i can get full name of them (not only the 31-characters lon

2条回答
  •  再見小時候
    2021-01-23 02:56

    These are sound devices, so it includes input and output devices. Soundcards can have 0 or more outputs and 0 or more inputs.

提交回复
热议问题