Changeset e8b47ce for src/spectral
- Timestamp:
- Apr 5, 2017, 11:47:13 AM (8 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, sampler
- Children:
- c82859f
- Parents:
- dccfad2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/specdesc.c
rdccfad2 re8b47ce 292 292 else if (strcmp (onset_mode, "rolloff") == 0) 293 293 onset_type = aubio_specmethod_rolloff; 294 else if (strcmp (onset_mode, "old_default") == 0) 295 onset_type = aubio_onset_default; 294 296 else if (strcmp (onset_mode, "default") == 0) 295 297 onset_type = aubio_onset_default;
Note: See TracChangeset
for help on using the changeset viewer.