Changeset eb34c9f
- Timestamp:
- Dec 29, 2021, 5:51:59 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 1e1fa8e
- Parents:
- df692c7
- git-author:
- Paul Brossier <piem@piem.org> (01/17/19 14:43:51)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:51:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitch_crepe.c
rdf692c7 reb34c9f 414 414 uint_t aubio_pitch_crepe_load_params(aubio_pitch_crepe_t *o) 415 415 { 416 #ifdef HAVE_HDF5 416 417 uint_t i; 417 418 aubio_tensor_t *k = NULL; … … 512 513 513 514 return AUBIO_OK; 514 } 515 #else 516 AUBIO_ASSERT(o); 517 AUBIO_ERR("pitch_crepe: hdf5 support was not built in, failed loading" 518 " crepe model\n"); 519 return AUBIO_FAIL; 520 #endif 521 }
Note: See TracChangeset
for help on using the changeset viewer.