- Timestamp:
- Sep 29, 2009, 7:43:12 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:
- c159aeb
- Parents:
- d9c45df
- Location:
- tests/src
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-filter.c
rd9c45df ra4364b8 9 9 10 10 /* allocate fft and other memory space */ 11 aubio_filter_t * o = new_aubio_ cdsgn_filter(44100, channels);11 aubio_filter_t * o = new_aubio_filter_cdsgn (44100, channels); 12 12 13 13 aubio_filter_do(o,in);
Note: See TracChangeset
for help on using the changeset viewer.