13
0

Interpolation: first working version with sinc

git-svn-id: svn://localhost/ardour2/branches/3.0@5256 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2009-06-23 09:50:10 +00:00
parent f42f577bed
commit 875568f01f

View File

@ -64,6 +64,7 @@ Interpolation::interpolate (int channel, nframes_t nframes, Sample *input, Sampl
data[channel].data_in = input;
data[channel].data_out = output;
data[channel].input_frames = nframes * _speed;
data[channel].output_frames = nframes;
data[channel].src_ratio = 1.0/_speed;