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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user