Changeset bf1c0e43 for src/spectral
- Timestamp:
- Sep 22, 2016, 11:16:09 PM (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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 8076ecd
- Parents:
- d45f527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/specdesc.c
rd45f527 rbf1c0e43 279 279 switch(onset_type) { 280 280 /* for both energy and hfc, only fftgrain->norm is required */ 281 case aubio_onset_energy: 281 case aubio_onset_energy: 282 282 break; 283 283 case aubio_onset_hfc: … … 367 367 void del_aubio_specdesc (aubio_specdesc_t *o){ 368 368 switch(o->onset_type) { 369 case aubio_onset_energy: 369 case aubio_onset_energy: 370 370 break; 371 371 case aubio_onset_hfc:
Note: See TracChangeset
for help on using the changeset viewer.