Ignore:
Timestamp:
Oct 2, 2009, 12:51:50 AM (15 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:
d1c0554
Parents:
321eb85
Message:

src/temporal/[ac]_weighting.c: update error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/c_weighting.c

    r321eb85 r2cc816a  
    184184    default:
    185185      AUBIO_ERROR ( "sampling rate of C-weighting filter is %d, should be one of\
    186  8000, 16000, 22050, 44100, 96000, 192000.\n",  samplerate );
     186 8000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000, 192000.\n",
     187 samplerate );
    187188      break;
    188189
Note: See TracChangeset for help on using the changeset viewer.