WAV « API « Java I/O Q&A





1. Play WAV file backward    stackoverflow.com

I'm making Braid in Java. If you rewind the time, the sound plays backward. How to play a WAV file backwards? Maybe with a stream with something like previous()? On the ...

2. Java - Trouble combining more than 2 .wav files    stackoverflow.com

for a project I'm working on, I want to be able to concatenate multiple .wav files. Through my research I was able to come up with this code:

File sample1 = new File("F:\\Programming\\Resources\\Java_Sound\\trumpet1.wav");
File ...