- Timestamp:
- Dec 15, 2013, 3:06:57 AM (11 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:
- 614ba69
- Parents:
- b235c0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/parse_args.h
rb235c0e rc7ec2c6 62 62 fprintf (stream, "usage: %s [ options ] \n", prog_name); 63 63 fprintf (stream, 64 " -i --input input type\n"65 #ifdef PROG_HAS_OUTPUT 66 " -o --output output type\n"64 " -i --input input file\n" 65 #ifdef PROG_HAS_OUTPUT 66 " -o --output output file\n" 67 67 #endif 68 68 " -r --samplerate select samplerate\n" … … 173 173 hop_size = atoi (optarg); 174 174 break; 175 case 'O': /*onset type*/175 case 'O': /*onset method */ 176 176 onset_method = optarg; 177 177 break;
Note: See TracChangeset
for help on using the changeset viewer.