Changeset a6a9745
- Timestamp:
- May 8, 2025, 4:57:44 PM (44 hours ago)
- Branches:
- master
- Children:
- 08a3e71
- Parents:
- 152d681
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_wavread.c
r152d681 ra6a9745 208 208 goto beach; 209 209 } 210 #if 0 211 if ( bitspersample != 16 ) {212 AUBIO_ERR("source_wavread: can not process %d bit file %s\n",210 211 if ( bitspersample != 8 && bitspersample != 16 ) { 212 AUBIO_ERR("source_wavread: can not process %d-bit file %s\n", 213 213 bitspersample, s->path); 214 214 goto beach; 215 215 } 216 #endif217 216 218 217 if ( byterate * 8 != sr * channels * bitspersample ) {
Note: See TracChangeset
for help on using the changeset viewer.