My question is how to show all the available input audio devices connected in the pc in c# windows form app. I am facing trouble in making code of it. Can any one help me in this ?

Vaibhav Pratap Singh 0 Reputation points
2023-09-13T09:45:55.5+00:00

Help me in this

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,885 questions
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
780 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,851 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 84,546 Reputation points
    2023-09-13T10:05:46.73+00:00

    You can adapt the code I had posted in this thread : https://learn.microsoft.com/en-us/answers/questions/249661/detect-audio-on-windows-10

    (you can change EDataFlow.eRender by EDataFlow.eCapture for example)

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.