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-pitchdetection.c

    r4621cd6 raea235c  
    88  uint_t hop_s = win_s / 4;     /* hop size */
    99  uint_t samplerate = 44100;    /* samplerate */
    10   uint_t channels = 1;          /* number of channel */
    11   fvec_t *in = new_fvec (hop_s, channels);      /* input buffer */
    12   fvec_t *out = new_fvec (1, channels); /* input buffer */
     10  fvec_t *in = new_fvec (hop_s);      /* input buffer */
     11  fvec_t *out = new_fvec (1); /* input buffer */
    1312  aubio_pitch_t *o =
    14       new_aubio_pitch ("default", win_s, hop_s, channels, samplerate);
     13      new_aubio_pitch ("default", win_s, hop_s, samplerate);
    1514  uint_t i = 0;
    1615
Note: See TracChangeset for help on using the changeset viewer.