- Timestamp:
- Aug 14, 2005, 5:37:35 AM (19 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:
- fb615eb
- Parents:
- 855ed0a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
r855ed0a r13d57e8 105 105 {"verbose" , 0, NULL, 'v'}, 106 106 {"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'}, 112 112 {"averaging", 0, NULL, 'a'}, 113 {"hopsize", 0, NULL, 'H'},113 {"hopsize", 1, NULL, 'H'}, 114 114 {NULL , 0, NULL, 0} 115 115 };
Note: See TracChangeset
for help on using the changeset viewer.