From: Steinar H. Gunderson Date: Fri, 3 May 2013 19:15:03 +0000 (+0200) Subject: Switch to linear interpolation by default. X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=commitdiff_plain;h=35d290f19c02f0e884f4baec704851cfd1b86988 Switch to linear interpolation by default. --- diff --git a/decode.cpp b/decode.cpp index 7bbb250..798a872 100644 --- a/decode.cpp +++ b/decode.cpp @@ -34,7 +34,7 @@ double sinc(double x) } } -#if 1 +#if 0 double weight(double x) { if (fabs(x) > LANCZOS_RADIUS) {