shithub: ft²

Download patch

ref: 84fa8f41047bf829f2801ab219c76732429cf99a
parent: db3fa403bef3ce8ca0f957a595c14e8726c9c1da
author: Olav Sørensen <olav.sorensen@live.no>
date: Sun Feb 16 11:23:00 EST 2025

Code cleanup

--- 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>
--