Changeset f650860


Ignore:
Timestamp:
Dec 11, 2009, 5:54:12 PM (14 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

specdesc.c: mention default is used instead of unknown one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/specdesc.c

    r40a05d3 rf650860  
    292292      onset_type = aubio_onset_default;
    293293  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);
    295295      onset_type = aubio_onset_default;
    296296  }
Note: See TracChangeset for help on using the changeset viewer.