Changes in examples/utils.c [6f10064:862d78f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified examples/utils.c ¶
r6f10064 r862d78f 174 174 else if (strcmp(optarg,"kl") == 0) 175 175 type_onset = aubio_onset_kl; 176 else if (strcmp(optarg,"specflux") == 0) 177 type_onset = aubio_onset_specflux; 176 178 else { 177 179 errmsg("unknown onset type.\n");
Note: See TracChangeset
for help on using the changeset viewer.