Changeset 4865e4b for tests


Ignore:
Timestamp:
Mar 22, 2013, 2:29:19 AM (11 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:
ae9fd90
Parents:
7982203
Message:

src/io/source*: add _do_multi and _get_channels, really downmix apple_audio

Location:
tests/src/io
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source.c

    r7982203 r4865e4b  
    3737  do {
    3838    aubio_source_do(s, vec, &read);
    39     // fvec_print (vec);
     39    fvec_print (vec);
    4040    n_frames += read;
    4141  } while ( read == hop_size );
Note: See TracChangeset for help on using the changeset viewer.