X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=blobdiff_plain;f=decode.cpp;h=99776bc29a07e15eb54d57c1cd5d2fa8986f4822;hp=fdc1347e0e124a7297ab4c6ef4a71e644c58f0fd;hb=08089f496815d725c3bee171bae0e884642ffc05;hpb=2d875bfb4e11cea397aeb88d9781d8a36079c9a1 diff --git a/decode.cpp b/decode.cpp index fdc1347..99776bc 100644 --- a/decode.cpp +++ b/decode.cpp @@ -61,6 +61,7 @@ struct pulse { int main(int argc, char **argv) { + make_lanczos_weight_table(); std::vector pcm; while (!feof(stdin)) {