X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=decode.cpp;h=5d7669af232af9febb802494df77afa021cf9b36;hb=4a894453d8e0e92c452689fbea07cdfb34869a83;hp=4c5da355d2255b5565e788f2bf58716c2a81ff8e;hpb=f28e70a8e634015d8d3578b1c7ec78a7b7179f1c;p=c64tapwav diff --git a/decode.cpp b/decode.cpp index 4c5da35..5d7669a 100644 --- a/decode.cpp +++ b/decode.cpp @@ -170,6 +170,7 @@ void output_tap(const std::vector& pulses, double calibration_factor) static struct option long_options[] = { {"auto-level", 0, 0, 'a' }, {"output-leveled", 0, 0, 'A' }, + {"min-level", required_argument, 0, 'm' }, {"no-calibrate", 0, 0, 's' }, {"plot-cycles", 0, 0, 'p' }, {"hysteresis-limit", required_argument, 0, 'l' },