Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: IllegalArgumentException: Pan not supported

  1. #1
    Junior Member
    Join Date
    Dec 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IllegalArgumentException: Pan not supported

    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.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: IllegalArgumentException: Pan not supported

    Pan not supported
    What is Pan? The software might not know what it is and is saying so.

  3. #3
    Junior Member
    Join Date
    Dec 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IllegalArgumentException: Pan not supported

    Pan is something to do with the audio like panning sound i think. Nothing in my actual code