ref: 6ff3af3b7aff68539e665ad9874fcb3267487434
parent: 6eaf3b20bdc5cf4a444789338f7ca784352bb7bf
author: Olav Sørensen <olav.sorensen@live.no>
date: Thu Jan 23 06:55:49 EST 2025
Removed some wrong info in ft2_cubic_spline.c
--- a/src/mixer/ft2_mix.c
+++ b/src/mixer/ft2_mix.c
@@ -9,7 +9,7 @@
** (Note: Mixing macros can be found in ft2_mix_macros.h)
**
** Specifications:
-** - Interpolation: None, 2-tap linear, 4-tap/6-tap cubic Hermite, 8-tap/16-tap windowed-sinc
+** - Interpolation: None, 2-tap linear, 4-tap/6-tap cubic spline, 8-tap/16-tap windowed-sinc
** - FT2-styled linear volume ramping (can be turned off)
** - 32.32 fixed-point precision for resampling delta/position
** - 32-bit floating-point precision for mixing and interpolation
--
⑨