mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
f42f577bed
commit
875568f01f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue