Changeset ae5d58a for src/io/source_sndfile.c
- Timestamp:
- Apr 21, 2016, 6:47:50 PM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- b643a33
- Parents:
- 1120f86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_sndfile.c
r1120f86 rae5d58a 68 68 }; 69 69 70 aubio_source_sndfile_t * new_aubio_source_sndfile(c har_t * path, uint_t samplerate, uint_t hop_size) {70 aubio_source_sndfile_t * new_aubio_source_sndfile(const char_t * path, uint_t samplerate, uint_t hop_size) { 71 71 aubio_source_sndfile_t * s = AUBIO_NEW(aubio_source_sndfile_t); 72 72 SF_INFO sfinfo;
Note: See TracChangeset
for help on using the changeset viewer.