Tagged Questions

4
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 ...
1
vote
3answers
172 views

Audio files down-sample

I am facing some problem in working with audio files. I am implementing some algorithms which deals with audio files and it require the input to have some properties. 5 KHz mono audio file. I noted ...