Changeset 7ac818f
- Timestamp:
- Oct 1, 2009, 8:22:29 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:
- bc4e175
- Parents:
- ae6e15c
- Location:
- tests/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-beattracking.c
rae6e15c r7ac818f 1 #include <stdio.h> 1 2 #include <aubio.h> 2 3 -
tests/src/test-resample.c
rae6e15c r7ac818f 2 2 3 3 int main(){ 4 #if HAVE_LIBSAMPLERATE 4 5 /* allocate some memory */ 5 6 uint_t win_s = 1024; /* window size */ … … 20 21 del_fvec(out); 21 22 23 #endif /* HAVE_LIBSAMPLERATE */ 22 24 return 0; 23 25 } -
tests/src/test-tempo.c
rae6e15c r7ac818f 1 #include <stdio.h> 1 2 #include <aubio.h> 2 3 -
tests/src/test-tss.c
rae6e15c r7ac818f 6 6 */ 7 7 8 #include <stdio.h> 8 9 #include <aubio.h> 9 10
Note: See TracChangeset
for help on using the changeset viewer.