Changeset 45c0f16


Ignore:
Timestamp:
Jul 21, 2006, 8:14:57 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:
26499e4
Parents:
7e20db8b
Message:

complete test-tss memory freeing
complete test-tss memory freeing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/tests/test-tss.c

    r7e20db8b r45c0f16  
    66 */
    77
    8 #include "aubio.h"
     8#include <aubio.h>
    99
    1010int main(){
     
    2929        printf("initialised\n");
    3030        /* execute stft */
    31         for (i = 0; i < 1000; i++) {
     31        for (i = 0; i < 10; i++) {
    3232                aubio_pvoc_do (pv,in,fftgrain);
    3333                aubio_tss_do  (tss,fftgrain,ctrans,cstead);
     
    4242        del_fvec(stead);
    4343        del_fvec(trans);
     44        aubio_cleanup();
    4445        printf("memory freed\n");
    4546        return 0;
Note: See TracChangeset for help on using the changeset viewer.