Two soundcards cards question
eddhunter

Is it possible, to two play sounds with Allegro from one application, on two different audio devices?
Something like this:

init( device1 )
init( device2 )

device1.play( sound1 )
device2.play( sound2 )

Thanks.::)

Edgar Reynaldo

I don't think this is possible with Allegro.

EDIT
You might want to consider FMOD or something similar

Thread #617302. Printed from Allegro.cc