- Timestamp:
- Nov 26, 2018, 5:09:08 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:
- e680926, e744416
- Parents:
- 63c5015
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/spectral/test-dct.c
r63c5015 rd050d02 19 19 20 20 if ((tmp = new_aubio_dct(1)) == 0) return 1; 21 aubio_dct_do(tmp, dctout, out);22 aubio_dct_rdo(tmp, dctout, out);21 //aubio_dct_do(tmp, dctout, out); 22 //aubio_dct_rdo(tmp, dctout, out); 23 23 del_aubio_dct(tmp); 24 24
Note: See TracChangeset
for help on using the changeset viewer.