Tagged Questions
8
votes
9answers
6k views
Downsampling and applying a lowpass filter to digital audio
I've got a 44Khz audio stream from a CD, represented as an array of 16 bit PCM samples. I'd like to cut it down to an 11KHz stream. How do I do that? From my days of engineering class many years ...
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 ...
0
votes
1answer
176 views
Reducing channel count when recording in NAudio
I'm recording in NAudio with a PS3Eye camera, using CLEye drivers.
The camera has a 4 microphone array, and presents 4 channels of audio to the system.
By default, all of the channels are being ...
0
votes
4answers
74 views
Chebyshev LPF introducing noise
I have created a simple Chebyshev low pass filter based on coefficients generated by this site: http://www-users.cs.york.ac.uk/~fisher/mkfilter/, which I am using to filter out frequencies above 4kHz ...
0
votes
1answer
44 views
symbian C++ downsizing libraries
I wish to record audio at 32 kHz on my Symbian device but it only supports 48 kHz. From searching the internet I believe the term for what I am trying to do is called downsizing. Is there a C++ ...