Changes in / [eda95c9:bcc5387]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • VERSION

    reda95c9 rbcc5387  
    11AUBIO_MAJOR_VERSION=0
    22AUBIO_MINOR_VERSION=4
    3 AUBIO_PATCH_VERSION=8
    4 AUBIO_VERSION_STATUS=''
     3AUBIO_PATCH_VERSION=9
     4AUBIO_VERSION_STATUS='~alpha'
    55LIBAUBIO_LT_CUR=5
    66LIBAUBIO_LT_REV=4
  • src/spectral/specdesc.c

    reda95c9 rbcc5387  
    297297      onset_type = aubio_onset_default;
    298298  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);
    300301      AUBIO_FREE(o);
    301302      return NULL;
Note: See TracChangeset for help on using the changeset viewer.