www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Output Sound to Multiple Devices?

reply "Malkierian" <rhydonj gmail.com> writes:
So I'm looking at creating a virtual soundboard, but the whole 
point of making it would be moot if I can't get it to write to 
two output streams (a virtual cable and my headphones).  Is it 
possible to hook into two audio output devices and send sound 
streams to both simultaneously?
Dec 05 2013
parent reply "Adam D. Ruppe" <destructionator gmail.com> writes:
What sound library/OS setup are you using?
Dec 05 2013
parent reply "Malkierian" <rhydonj gmail.com> writes:
On Friday, 6 December 2013 at 00:33:07 UTC, Adam D. Ruppe wrote:
 What sound library/OS setup are you using?
This will, initially, be Windows, as I'm only making it for myself, but if I can get it working well enough, I may want to have it cross-platform. I am currently working with the D bindings of SFML, but I can use another thing for sound loading if I have to.
Dec 05 2013
parent "Adam D. Ruppe" <destructionator gmail.com> writes:
Hmm, I don't really know. But what I'd do (if nobody else here 
knows) is to search for/ask the library help list how to do it 
with SFML in C, then translate that to D.
Dec 05 2013