mixing openal and javasound

Started by xeleh, March 05, 2004, 16:10:30

Previous topic - Next topic

xeleh

is there a way to mix openal and javasound (for example playing a videoclip with jmf) on linux (in windows it runs fine) ?
alsa? once installed it i tried the following to create openal context in alsa-compatible mode:

AL.create("'( ( devices '( alsa null ) ) )", -1, -1,false);

and then running java (1.4.2) with the aoss command to enable javasound alsa compatibility... it doesn't work...  :( i can't hear openal only javasound... what's wrong?