]> git.sesse.net Git - c64tapwav/blobdiff - decode.cpp
Split the synth part into a library, with a Makefile.
[c64tapwav] / decode.cpp
index 7bbb250f973ce0f307bd3062e45573b7a11a90d9..798a8729447ab143e51b3fd1bb9f1a11dad572be 100644 (file)
@@ -34,7 +34,7 @@ double sinc(double x)
        }
 }
 
-#if 1
+#if 0
 double weight(double x)
 {
        if (fabs(x) > LANCZOS_RADIUS) {