Changeset 40536fa


Ignore:
Timestamp:
Jul 21, 2006, 8:11:29 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

complete test-phasevoc memory freeing
complete test-phasevoc memory freeing

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 */
    72
    8 #include "aubio.h"
     3#include <aubio.h>
    94
    105int main(){
     
    3025        del_cvec(fftgrain);
    3126        del_fvec(out);
     27        aubio_cleanup();
    3228        printf("memory freed\n");
    3329        return 0;
Note: See TracChangeset for help on using the changeset viewer.