Changeset 066433d for tests


Ignore:
Timestamp:
Jan 9, 2010, 3:51:20 PM (14 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, pitchshift, sampler, timestretch, yinfft+
Children:
d453a4a
Parents:
8212692 (diff), 37eb9ce (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge with mono

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-pitch.c

    r8212692 r066433d  
    33int main(){
    44        /* allocate some memory */
    5         uint_t win_s      = 1024;                       /* window size */
    6         uint_t channels   = 1;                          /* number of channel */
    7         fvec_t * in       = new_fvec (win_s, channels); /* input buffer */
    8         fvec_t * out      = new_fvec (1, channels); /* input buffer */
    9         aubio_pitch_t *p = new_aubio_pitch ("default", win_s, win_s / 2, channels, 44100);
     5        uint_t win_s      = 1024; /* window size */
     6        fvec_t * in       = new_fvec (win_s); /* input buffer */
     7        fvec_t * out      = new_fvec (1); /* input buffer */
     8        aubio_pitch_t *p = new_aubio_pitch ("default", win_s, win_s / 2, 44100);
    109        uint_t i = 0;
    1110
Note: See TracChangeset for help on using the changeset viewer.