- Timestamp:
- Aug 12, 2018, 10:37:29 PM (6 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
- Children:
- aad7702
- Parents:
- e458af4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/dct_plain.c
re458af4 r23fea56 37 37 smpl_t scaling; 38 38 if (aubio_is_power_of_two (size) == 1 && size > 16) { 39 AUBIO_WRN("dct_plain: using plain dct but size %d is a power of two ", size);39 AUBIO_WRN("dct_plain: using plain dct but size %d is a power of two\n", size); 40 40 } 41 41
Note: See TracChangeset
for help on using the changeset viewer.