- Timestamp:
- Nov 24, 2018, 7:03:31 PM (6 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
- Children:
- bcc5387
- Parents:
- c6f1f7d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/specdesc.c
rc6f1f7d r381a44e 297 297 onset_type = aubio_onset_default; 298 298 else { 299 AUBIO_ERR("unknown spectral descriptor type %s\n", onset_mode); 299 AUBIO_ERR("specdesc: unknown spectral descriptor type '%s'\n", 300 onset_mode); 300 301 AUBIO_FREE(o); 301 302 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.