Search:

Type: Posts; User: leviorr

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    1,026

    SourceDataLine not supported pan

    I am trying to play a stereo sound in a specific channel, but my SourceDataLine is not supported PAN. I tried reading about that all I could fins is that I need to open the line in a different...
  2. Replies
    3
    Views
    1,431

    Re: Change the pitch in a jButton

    I am trying to play a wave file when the mouse enters different JButton objects. on the MouseEntered events I call this function:



    public void playSound(String fileName) {
    audioInputStream =...
  3. Replies
    3
    Views
    1,431

    Change the pitch in a jButton

    I am trying to change the pitch of a wave file while mouse entering a JButton. the problem is the JButton object doesn't support the SAMPLE_RATE control. what can I do to change the pitch?
Results 1 to 3 of 3