Changeset 7778f39 for tests/src/test-tempo.c
- Timestamp:
- Oct 16, 2009, 9:57:29 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:
- 41bf913
- Parents:
- e4f142c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-tempo.c
re4f142c r7778f39 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("complex", win_s, win_s/4, channels );10 aubio_tempo_t * o = new_aubio_tempo("complex", win_s, win_s/4, channels, 44100.); 11 11 uint_t i = 0; 12 12
Note: See TracChangeset
for help on using the changeset viewer.