Need multiple sound outputs to multiple speakers

Posted by Usman Sajeel Haider on Programmers See other posts from Programmers or by Usman Sajeel Haider
Published on 2012-10-31T04:54:35Z Indexed on 2012/10/31 5:20 UTC
Read the original article Hit count: 258

Filed under:

How do I play 3 different music tracks at the same time on my computer, such that song1 is played in speaker1, song2 in speaker2...

Is this possible programatically? What additional hardware will I need? Do I need 3 seperate sound cards? Given that the hardware is in place, how would I "route" the sound output for a particular song to a particular speaker.

Alternatively, is there a special hardware that can handle multiple inputs and outputs?

Appreciate your expert opinions.

© Programmers or respective owner

Related posts about c#