Hi,

- it may be a bug in your program. Either provide the source code of your test program, or check with AudioPlayer from the Java Sound Resources (URL below).

- are you shure that the your installation is correct? How did you test it? Make sure there are Mixers at all. Run 'DumpJSInfo --mixers' (see http://www.jsresources.org/examples/DumpJSInfo.html).

Matthias


asutosh gopinath wrote:
Hi,

I have configured kaffe-1.1.4 using ALSA.
when i try to run a sond application..

[EMAIL PROTECTED] bin# ./java MyAudio croak.wav
java.lang.IllegalArgumentException: no mixer supporting this type of
line: javax
[EMAIL PROTECTED]
javax.sound.sampled.Sour
ceDataLine]formats:
PCM_SIGNED, 1 channel(s), 16 bit samples, 2 byte frames, 8000.0 Hz,
8000.0 frame
s/second, little endian
minBufferSize=-1 maxBufferSize=-1
   at javax.sound.sampled.AudioSystem.getLine (AudioSystem.java:415)
   at MyAudio.main (MyAudio.java:80)


Why it is not finding the mixer!


Asutosh


--
Matthias Pfisterer      [EMAIL PROTECTED]
Reuchlinstrasse 28      phone ++49-711-62 87 12
D-70176 Stuttgart       (in Deutschland 0711-62 87 12)
GERMANY

Work like you don't need the money.
Love like you've never been hurt.
Dance like nobody is watching.

Java Sound Resources (examples, FAQ, applications):
http://www.jsresources.org/

Tritonus, the open source implementation of the Java Sound API:
http://www.tritonus.org/
--------------------------------------------------------------


_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to