Changeset 75e0b81


Ignore:
Timestamp:
Dec 29, 2021, 5:52:02 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe
Children:
57f8bc1
Parents:
668dfdd
git-author:
Paul Brossier <piem@piem.org> (01/29/19 03:30:59)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 17:52:02)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fmat.c

    r668dfdd r75e0b81  
    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.