Thread overview
Output Sound to Multiple Devices?
Dec 06, 2013
Malkierian
Dec 06, 2013
Adam D. Ruppe
Dec 06, 2013
Malkierian
Dec 06, 2013
Adam D. Ruppe
December 06, 2013
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?
December 06, 2013
What sound library/OS setup are you using?
December 06, 2013
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.
December 06, 2013
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.