commit 84fa8f41047bf829f2801ab219c76732429cf99a parent db3fa403bef3ce8ca0f957a595c14e8726c9c1da Author: Olav Sørensen <olav.sorensen@live.no> Date: Sun, 16 Feb 2025 16:22:33 +0100 Code cleanup Diffstat:
M | src/mixer/ft2_windowed_sinc.c | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/mixer/ft2_windowed_sinc.c b/src/mixer/ft2_windowed_sinc.c @@ -1,6 +1,4 @@ -/* -** Windowed-sinc interpolation LUT generator -*/ +// 8-point/16-point windowed-sinc interpolation LUT generator #include <stdint.h> #include <stdbool.h>