- Timestamp:
- Dec 11, 2009, 5:54:12 PM (15 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:
- 37eb9ce, 8212692
- Parents:
- 40a05d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/specdesc.c
r40a05d3 rf650860 292 292 onset_type = aubio_onset_default; 293 293 else { 294 AUBIO_ERR("unknown spectral descriptor type %s .\n", onset_mode);294 AUBIO_ERR("unknown spectral descriptor type %s, using default.\n", onset_mode); 295 295 onset_type = aubio_onset_default; 296 296 }
Note: See TracChangeset
for help on using the changeset viewer.