Hi!
I'm working on a program that get data over ethernet using UDP from my flightsimulator. My program is playing sounds that corresponds to an action in the simulator.
I do that using the MciSendString. I've also got the playsound (win32api) to work. But how do I play several sounds? Like the sound of the wiper in the background, noise from flaps in transition and maybe an aural warning on top? All with different volume and with variable balance (left/right)
Last question.. How do I route the sound to different soundcards? I have two soundcards in my computer, and one of them has 6 outputs...
PÃ¥l.
Not much experience with those things, but the first thought that comes to mind is the "easy route" to extensive sound usage; http://www.un4seen.com/bass.html (http://www.un4seen.com/bass.html)
Thanks alot!! I think this is what I want!
Vel bekomme.