I'm having trouble changing the audio speed in a java app. I can effectively load an mp3 using using Java's sound API and a few plugins, but I can't change the speed. I'v tried to change the sample rate, but that affects both the pitch and the speed. Does anyone know of a way to alter only the speed? Or does anyone know how I can alter just the pitch? I've thought about altering the sample rate and than after I can change the pitch to the normal pitch of the song.