- Timestamp:
- Oct 2, 2009, 12:51:50 AM (15 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:
- d1c0554
- Parents:
- 321eb85
- Location:
- src/temporal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/a_weighting.c
r321eb85 r2cc816a 225 225 default: 226 226 AUBIO_ERROR ( "sampling rate of A-weighting filter is %d, should be one of\ 227 8000, 16000, 22050, 44100, 96000, 192000.\n", samplerate ); 227 8000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000, 192000.\n", 228 samplerate ); 228 229 break; 229 230 -
src/temporal/c_weighting.c
r321eb85 r2cc816a 184 184 default: 185 185 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 ); 187 188 break; 188 189
Note: See TracChangeset
for help on using the changeset viewer.