Changeset 3d1ca81 for src/io/source_sndfile.c
- Timestamp:
- Dec 5, 2013, 3:38:26 AM (11 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:
- ba0ba10
- Parents:
- 2d88f41a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_sndfile.c
r2d88f41a r3d1ca81 74 74 s->path = path; 75 75 76 // try opening the file, get ing the info in sfinfo76 // try opening the file, getting the info in sfinfo 77 77 SF_INFO sfinfo; 78 78 AUBIO_MEMSET(&sfinfo, 0, sizeof (sfinfo));
Note: See TracChangeset
for help on using the changeset viewer.