]> git.sesse.net Git - c64tapwav/blobdiff - decode.cpp
Add table-based lookups for the Lanczos interpolation, and use that in the syncer.
[c64tapwav] / decode.cpp
index fdc1347e0e124a7297ab4c6ef4a71e644c58f0fd..99776bc29a07e15eb54d57c1cd5d2fa8986f4822 100644 (file)
@@ -61,6 +61,7 @@ struct pulse {
        
 int main(int argc, char **argv)
 {
+       make_lanczos_weight_table();
        std::vector<short> pcm;
 
        while (!feof(stdin)) {