Changeset 13d57e8


Ignore:
Timestamp:
Aug 14, 2005, 5:37:35 AM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
fb615eb
Parents:
855ed0a
Message:

fixed long options in utils.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    r855ed0a r13d57e8  
    105105                {"verbose"  , 0, NULL, 'v'},
    106106                {"jack"     , 0, NULL, 'j'},
    107                 {"output"   , 0, NULL, 'o'},
    108                 {"input"    , 0, NULL, 'i'},
    109                 {"onset"    , 0, NULL, 'O'},
    110                 {"threshold", 0, NULL, 't'},
    111                 {"silence"  , 0, NULL, 's'},
     107                {"output"   , 1, NULL, 'o'},
     108                {"input"    , 1, NULL, 'i'},
     109                {"onset"    , 1, NULL, 'O'},
     110                {"threshold", 1, NULL, 't'},
     111                {"silence"  , 1, NULL, 's'},
    112112                {"averaging", 0, NULL, 'a'},
    113                 {"hopsize",   0, NULL, 'H'},
     113                {"hopsize",   1, NULL, 'H'},
    114114                {NULL       , 0, NULL, 0}
    115115        };
Note: See TracChangeset for help on using the changeset viewer.