Search:

Type: Posts; User: leviorr

Search: Search took 0.22 seconds.

  1. Replies
    3
    Views
    1,443

    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 =...
  2. Replies
    3
    Views
    1,443

    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 2 of 2