Changeset 62c6075
- Timestamp:
- Mar 29, 2005, 6:06:37 PM (20 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:
- 65ebf30
- Parents:
- 9499a546
- Location:
- examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
r9499a546 r62c6075 93 93 abort(); 94 94 } 95 usedoubled = 0; 95 96 break; 96 97 case 't': /* threshold value for onset */ -
examples/utils.h
r9499a546 r62c6075 24 24 extern int verbose; 25 25 extern int usejack; 26 extern int usedoubled; 26 27 extern const char * output_filename; 27 28 extern const char * input_filename;
Note: See TracChangeset
for help on using the changeset viewer.