Changeset 5b1fff7


Ignore:
Timestamp:
Sep 17, 2009, 7:24:31 AM (15 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:
79a01c5
Parents:
1789b0c
Message:

src/fvec.c: use AUBIO_SMPL_FMT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fvec.c

    r1789b0c r5b1fff7  
    6868  for (i=0; i< s->channels; i++) {
    6969    for (j=0; j< s->length; j++) {
    70       AUBIO_MSG("%f ", s->data[i][j]);
     70      AUBIO_MSG(AUBIO_SMPL_FMT " ", s->data[i][j]);
    7171    }
    7272    AUBIO_MSG("\n");
Note: See TracChangeset for help on using the changeset viewer.