Changeset 45c0f16
- Timestamp:
- Jul 21, 2006, 8:14:57 PM (19 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:
- 26499e4
- Parents:
- 7e20db8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/tests/test-tss.c
r7e20db8b r45c0f16 6 6 */ 7 7 8 #include "aubio.h"8 #include <aubio.h> 9 9 10 10 int main(){ … … 29 29 printf("initialised\n"); 30 30 /* execute stft */ 31 for (i = 0; i < 10 00; i++) {31 for (i = 0; i < 10; i++) { 32 32 aubio_pvoc_do (pv,in,fftgrain); 33 33 aubio_tss_do (tss,fftgrain,ctrans,cstead); … … 42 42 del_fvec(stead); 43 43 del_fvec(trans); 44 aubio_cleanup(); 44 45 printf("memory freed\n"); 45 46 return 0;
Note: See TracChangeset
for help on using the changeset viewer.