src/temporal/[ac]_weighting.c: update error message
authorPaul Brossier <piem@piem.org>
Thu, 1 Oct 2009 22:51:50 +0000 (00:51 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 1 Oct 2009 22:51:50 +0000 (00:51 +0200)
src/temporal/a_weighting.c
src/temporal/c_weighting.c

index 47af89725f02ab63635cebeb9b0edb836e3145e4..0f89e2f75bd01d646d6bef0e0daba6b2ea721d89 100644 (file)
@@ -224,7 +224,8 @@ void aubio_filter_set_a_weighting (aubio_filter_t * f) {
 
     default: 
       AUBIO_ERROR ( "sampling rate of A-weighting filter is %d, should be one of\
- 8000, 16000, 22050, 44100, 96000, 192000.\n",  samplerate );
+ 8000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000, 192000.\n", 
+ samplerate );
       break;
 
   }
index cee6ae3a14089444c3cdf8690cd2da7405d309ac..d6f3a7f38f9cdd7d8e39e924c1ed88bda1b73c71 100644 (file)
@@ -183,7 +183,8 @@ void aubio_filter_set_c_weighting (aubio_filter_t * f) {
 
     default:
       AUBIO_ERROR ( "sampling rate of C-weighting filter is %d, should be one of\
- 8000, 16000, 22050, 44100, 96000, 192000.\n",  samplerate );
+ 8000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000, 192000.\n", 
+ samplerate );
       break;
 
   }