Changeset 37eb9ce for src/spectral/specdesc.c
- Timestamp:
- Jan 9, 2010, 3:35:53 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:
- 066433d
- Parents:
- 3f16b61 (diff), f650860 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/specdesc.c
r3f16b61 r37eb9ce 274 274 onset_type = aubio_onset_default; 275 275 else { 276 AUBIO_ERR("unknown spectral descriptor type %s .\n", onset_mode);276 AUBIO_ERR("unknown spectral descriptor type %s, using default.\n", onset_mode); 277 277 onset_type = aubio_onset_default; 278 278 }
Note: See TracChangeset
for help on using the changeset viewer.