Open turion opened 6 years ago
Sinc interpolation is added now.
Cubic interpolation is added as well. There is no good test case yet. It would be great to have a simple example that demonstrates these resampling techniques. (E.g. some kind of random movement and gloss visualisation of the different interpolators)
I'm currently working on this.
There exists a linear interpolation buffer in
FRP.Rhine.ResamplingBuffer.Interpolation
. There are other methods of interpolation, e.g. cubic interpolation or sinc interpolation, which should be implemented as well.