vote up 2 vote down star
1

I am looking to build a PC box that can play up to 16 audio files(mp3/wav) out to 16 analog devices(think of it as 16 sets of speakers). There will be a one to one relationship for audio file to analog output. The solution that is being presented to be hardware wise is to use multiple sound cards, so my question is, is there a library available that will let me play an audio file to a specific sound card / channel?

flag

I was trying to figure out how to word this question, and realized you'd already asked it. The answers have made my heart grow two sizes today. – Dean J Oct 16 at 19:30
I actually ended up going with NAudio for my solution. It does was I need it to do. – Robin Robinson Oct 20 at 18:56
would you mind to share some of your work? I am trying something similar, found NAudio, but my impression is that you are always sitting on top of the wave out facility which supports a maximum of two channels in the current implementation. – Marc Wittke Oct 27 at 21:20
We are building a communication simulation system. It will allow for up to 8 different audio streams (one side conversation) to be send out 8 different communication radios. Currently I am using 8 usb audio cards to control each of the audio streams. The hard part was actually determining which usb card was linked to which device ID that is used by NAudio. You are right that NAudio basically just sits on top of the wave out Win32 API's. – Robin Robinson Oct 28 at 19:44
Thank you for your feedback. I see that we try to achieve something different. I want to play one audio stream on eight channels (assuming a 7.1 sound system) simultaneously but adjust the volume on every speaker separately to simulate the "location" of the stream in the room. In the meantime I was successfully using bass.net -> stackoverflow.com/questions/1624985/… – Marc Wittke Nov 3 at 17:43

3 Answers

vote up 1 vote down check

Yes, the BASS library can do this. http://www.un4seen.com

link|flag
vote up 1 vote down

FMOD should do what you're looking for. It's also an extremely fast, solid and popular library overall.

link|flag
vote up 0 vote down

I found this one while I was looking as well. http://www.alvas.net/alvas.audio.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.