Changeset 40536fa for examples/tests
- Timestamp:
- Jul 21, 2006, 8:11:29 PM (18 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:
- 7e20db8b
- Parents:
- cdfad6fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/tests/test-phasevoc.c
rcdfad6fd r40536fa 1 /* test sample for phase vocoder 2 * 3 * this program should start correctly using JACK_START_SERVER=true and 4 * reconstruct each audio input frame perfectly on the corresponding input with 5 * a delay equal to the window size, hop_s. 6 */ 1 /* test sample for phase vocoder */ 7 2 8 #include "aubio.h"3 #include <aubio.h> 9 4 10 5 int main(){ … … 30 25 del_cvec(fftgrain); 31 26 del_fvec(out); 27 aubio_cleanup(); 32 28 printf("memory freed\n"); 33 29 return 0;
Note: See TracChangeset
for help on using the changeset viewer.