Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I am a beginner in Csharp, I'd like to know how to handle multiple sound cards (both input and output), more clearly how can I select a sound card among those I have using Csharp,I need your help please
Posted
Comments
Nicole castel 4-Mar-11 12:47pm    
I want just to know how can i manage the sound using Csharp

How do you want to select it, for what? Based upon you requirements, one of the APIs for working with sound might allow you access to the list of devices, and enable you to choose one. DirectSound, FMod etc.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 4-Mar-11 15:58pm    
OP commented:

I want to select out the sound of the selected sound card or to enter the sound using a microphone, a sound card should be able to enter and leave the sound Because I'm programming an alarm system.
when I want to spread a message the program must be capable of directing sound to the sound card which is the area I want to spread my message
You need to access sound devices, not sound cards. Your program can enumerate the sound devices; the microphones and speakers. Then your program can offer the user the opportunity to select which microphone to use and what speaker(s) to use.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900