I need to downsample a 16000 hz PCM 16 bit wave file to 8000 hz. I dont have much knowledge(almost no) on audio processing, i just understand bits, bytes, shifting etc as all programmers understand.
It is a Windows Phone application.
What do you suggest? Also as far as i understand SampleRate of Microphone class in XNA framework is not customizable such that it only gives you 16000 hz data. Is there a way to get 8000 hz raw audio data in Windows Phone? That would be a much easier solution :)
Thank You.