Changeset d28a26a
- Timestamp:
- Aug 23, 2014, 8:36:17 PM (10 years ago)
- 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:
- bf45eb5
- Parents:
- 493b832
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/parse_args.h
r493b832 rd28a26a 69 69 #endif 70 70 " -r --samplerate select samplerate\n" 71 " use 0 to use input source samplerate, or 32000 to force 32kHz\n" 71 72 " -B --bufsize set buffer size\n" 73 " number of frames to run the analysis on\n" 72 74 " -H --hopsize set hopsize\n" 75 " number of frames to read from source before each analysis\n" 73 76 #ifdef PROG_HAS_ONSET 74 77 " -O --onset select onset detection algorithm\n" 78 " <default|energy|hfc|complex|phase|specdiff|kl|mkl|specflux>;\n" 79 " default=hfc\n" 75 80 " -t --onset-threshold set onset detection threshold\n" 81 " a value between 0.1 (more detections) and 1 (less); default=0.3\n" 76 82 #endif /* PROG_HAS_ONSET */ 77 83 #ifdef PROG_HAS_PITCH 78 84 " -p --pitch select pitch detection algorithm\n" 85 " <default|yinfft|yin|mcomb|fcomb|schmitt>; default=yinfft\n" 79 86 " -u --pitch-unit select pitch output unit\n" 87 " <default|freq|hertz|Hz|midi|cent|bin>; default=freq\n" 80 88 " -l --pitch-tolerance select pitch tolerance\n" 89 " (yin, yinfft only) a value between 0.1 and 0.7; default=0.3\n" 81 90 #endif /* PROG_HAS_PITCH */ 82 91 " -s --silence select silence threshold\n" 92 " a value in dB, for instance -70, or -100; default=-90\n" 83 93 #ifdef PROG_HAS_OUTPUT 84 94 " -m --mix-input mix input signal with output signal\n" 95 " input signal will be added to output synthesis\n" 85 96 " -f --force-overwrite overwrite output file if needed\n" 97 " do not fail if output file already exists\n" 86 98 #endif 87 99 #ifdef PROG_HAS_JACK
Note: See TracChangeset
for help on using the changeset viewer.