Tagged Questions
5
votes
1answer
1k views
Java - downsampling wav audio file
Hi I need to downsample a wav audio file's sample rate from 44.1kHz to 8kHz. I have to do all the work manually with a byte array...it's for academic purposes.
I am currently using 2 classes, Sink ...