Changeset 75e0b81
- Timestamp:
- Dec 29, 2021, 5:52:02 PM (3 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/fmat.c
r668dfdd r75e0b81 78 78 for (i=0; i< s->height; i++) { 79 79 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]); 81 81 } 82 82 AUBIO_MSG("\n");
Note: See TracChangeset
for help on using the changeset viewer.