- Timestamp:
- Oct 16, 2009, 4:02:01 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:
- 6338636
- Parents:
- 28c162c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-tss.c
r28c162c rf1b6aad 26 26 aubio_pvoc_t * pvs = new_aubio_pvoc(win_s,hop_s,channels); 27 27 28 aubio_tss_t * tss = new_aubio_tss( 0.01,3.,4.,win_s,hop_s,channels);28 aubio_tss_t * tss = new_aubio_tss(win_s,hop_s,channels); 29 29 /* fill input with some data */ 30 30 printf("initialised\n");
Note: See TracChangeset
for help on using the changeset viewer.