Ignore:
Timestamp:
Oct 1, 2017, 4:00:07 PM (7 years ago)
Author:
Paul Brossier <piem@piem.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
Children:
7b183ce
Parents:
b65230a
Message:

tests/: undo changes, removing calls to aubio_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/spectral/test-specdesc.c

    rb65230a r9720945  
    33int main (void)
    44{
    5   aubio_init();
    6  
    75  uint_t win_s = 1024; // window size
    86  cvec_t *in = new_cvec (win_s); // input buffer
     
    4139  del_cvec (in);
    4240  del_fvec (out);
    43  
    4441  aubio_cleanup ();
    4542
Note: See TracChangeset for help on using the changeset viewer.