Changeset 6f53da8 for src/io/file_hdf5.h


Ignore:
Timestamp:
Dec 29, 2021, 5:52:03 PM (3 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe
Children:
1c2ccea
Parents:
1666945
git-author:
Paul Brossier <piem@piem.org> (01/29/19 04:06:41)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 17:52:03)
Message:

[file_hdf5] add list routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/file_hdf5.h

    r1666945 r6f53da8  
    2828void del_aubio_file_hdf5(aubio_file_hdf5_t *f);
    2929
     30void aubio_file_hdf5_list(aubio_file_hdf5_t *f);
     31
    3032uint_t aubio_file_hdf5_load_dataset_into_tensor (aubio_file_hdf5_t *f,
    3133    const char_t *key, aubio_tensor_t *tensor);
Note: See TracChangeset for help on using the changeset viewer.