Changeset 9498c88


Ignore:
Timestamp:
Jan 29, 2019, 3:30:59 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
d9a5466
Parents:
a9a8c04
Message:

[fmat] workaround to allow printing 'fake' fmat created from tensors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fmat.c

    ra9a8c04 r9498c88  
    7878  for (i=0; i< s->height; i++) {
    7979    for (j=0; j< s->length; j++) {
    80       AUBIO_MSG(AUBIO_SMPL_FMT " ", s->data[i][j]);
     80      AUBIO_MSG(AUBIO_SMPL_FMT " ", s->data[0][i * s->length + j]);
    8181    }
    8282    AUBIO_MSG("\n");
Note: See TracChangeset for help on using the changeset viewer.