My program plays wav files, under windows this works fine but i am now developing the application on my Ubuntu 10.4 machine and with the same source code i get the error:
Exception in thread "Thread-9" java.lang.IllegalArgumentException: Pan not supported
at org.classpath.icedtea.pulseaudio.PulseAudioLine.ge tControl(PulseAudioLine.java:89)
at org.classpath.icedtea.pulseaudio.PulseAudioSourceD ataLine.getControl(PulseAudioSourceDataLine.java:5 1)
any ideas? Thanks in advance for any replies.