Yoooi0 / MultiFunPlayer

flexible application to synchronize various devices with media playback
https://yoooi0.github.io/MultiFunPlayer/
MIT License
105 stars 20 forks source link

Spline Interpolation #146

Closed feilong123 closed 7 months ago

feilong123 commented 7 months ago

Why not use spline interpolation, which will make the script smoother. At present, if I want to make the funscript smoother, I can only change the polyline of the script into an approximate curve.

Yoooi0 commented 7 months ago

You need to expand on what you mean. PCHIP and makima are splines and are not approximate curves, they pass thru each control point.

feilong123 commented 7 months ago

Thanks, I know it. makima is good.

feilong123 commented 7 months ago

You can close this issue.