- Timestamp:
- May 13, 2008, 8:45:37 AM (17 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:
- 954585a
- Parents:
- 98cc475
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-filter.c
r98cc475 r18f3162 9 9 10 10 /* allocate fft and other memory space */ 11 aubio_filter_t * o = new_aubio_cdsgn_filter(44100 );11 aubio_filter_t * o = new_aubio_cdsgn_filter(44100, channels); 12 12 13 13 aubio_filter_do(o,in);
Note: See TracChangeset
for help on using the changeset viewer.