- Timestamp:
- Dec 16, 2018, 7:04:08 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- b5bd70c
- Parents:
- 633a408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/base-source_custom.h
r633a408 r7fc8406 75 75 76 76 if (new_aubio_source_custom(0, samplerate, hop_size)) return 1; 77 if (new_aubio_source_custom( '\0', samplerate, hop_size)) return 1;77 if (new_aubio_source_custom("\0", samplerate, hop_size)) return 1; 78 78 if (new_aubio_source_custom(uri, -1, hop_size)) return 1; 79 79 if (new_aubio_source_custom(uri, 0, 0)) return 1;
Note: See TracChangeset
for help on using the changeset viewer.