Subject: Re: Proposal: Audio: Sampling rate conversion
To: Lennart Augustsson <lennart@augustsson.net>
From: TAMURA Kent <kent@netbsd.org>
List: tech-kern
Date: 03/05/2002 01:47:15
In message "Re: Proposal: Audio: Sampling rate conversion"
    on 02/03/04, Lennart Augustsson <lennart@augustsson.net> writes:
> Can you describe the algoritm you use to perform the sample rate
> conversion?

Simple resampling like "dst[i] = src[i*srcrate/dstrate]" is used
for down-sampling, and linear interpolation is used for
up-sampling.

-- 
TAMURA Kent <kent2002@hauN.org> <kent@netbsd.org>