Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello
I have a problem: I have 3 sound cards connected to my pc.je want to broadcast an audio of the three cards at the same time.
I managed to get the sound on one of the cards with deviceNumber(). Does ANYONE can help me and thank you in advance.
Posted

You're going to have to add a filter (codec) which is able to 'split' the sound and then send the sound to the three different soundcards.

You may want to use GraphEdit[^] in order to understand what filters do.
 
Share this answer
 
Comments
Eduard Keilholz 12-May-11 7:34am    
Comment by sawass :
Hello,
I am a beginner in c #. Will you tell me how to use 'split' and GraphEdit[^] to Broadcasting sound in 3 cards sound.
Thank you in advance.
Eduard Keilholz 12-May-11 7:36am    
Why don't you post the code of your effort so far? Maybe we can point you in the right direction..
You might want to monitor this question that was posted yesterday:

Playback a sound in a specific device[^]

It sounds like you guys are after the same thing.
 
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