Changeset b4f5967 for tests/src/test-tempo.c
- Timestamp:
- Oct 15, 2009, 5:09:34 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:
- cd77c15
- Parents:
- 27fa522
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-tempo.c
r27fa522 rb4f5967 8 8 fvec_t * in = new_fvec (win_s, channels); /* input buffer */ 9 9 fvec_t * out = new_fvec (2, channels); /* input buffer */ 10 aubio_tempo_t * o = new_aubio_tempo( aubio_onset_complex, win_s, win_s/4, channels);10 aubio_tempo_t * o = new_aubio_tempo("complex", win_s, win_s/4, channels); 11 11 uint_t i = 0; 12 12
Note: See TracChangeset
for help on using the changeset viewer.