Ignore:
Timestamp:
Dec 4, 2009, 1:47:17 AM (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:
f7b05d4
Parents:
4621cd6
Message:

tests/src: switch to mono

File:
1 edited

Legend:

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

    r4621cd6 raea235c  
    77        uint_t win_s      = 1024;                       /* window size */
    88        uint_t hop_s      = win_s/4;                    /* hop size */
    9         uint_t channels   = 1;                          /* number of channel */
    10         cvec_t * in       = new_cvec (win_s, channels); /* input buffer */
    11         fvec_t * out      = new_fvec (1, channels); /* input buffer */
     9        cvec_t * in       = new_cvec (win_s); /* input buffer */
     10        fvec_t * out      = new_fvec (1); /* input buffer */
    1211
    13         aubio_pitchmcomb_t * o  = new_aubio_pitchmcomb(win_s, hop_s, channels);
     12        aubio_pitchmcomb_t * o  = new_aubio_pitchmcomb(win_s, hop_s);
    1413        uint_t i = 0;
    1514
Note: See TracChangeset for help on using the changeset viewer.