Changeset cfa0f12
- Timestamp:
- Oct 7, 2009, 8:11:00 PM (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:
- 8766cb6
- Parents:
- 33916b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-filter.c
r33916b8 rcfa0f12 18 18 del_aubio_filter (o); 19 19 20 aubio_filter_t *o = new_aubio_filter_c_weighting (44100, channels);20 o = new_aubio_filter_c_weighting (44100, channels); 21 21 in->data[0][12] = 0.5; 22 22 fvec_print (in); … … 25 25 del_aubio_filter (o); 26 26 27 aubio_filter_t *o = new_aubio_filter_c_weighting (44100, channels);27 o = new_aubio_filter_c_weighting (44100, channels); 28 28 in->data[0][12] = 0.5; 29 29 fvec_print (in);
Note: See TracChangeset
for help on using the changeset viewer.