- Timestamp:
- May 27, 2006, 3:00:08 AM (19 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:
- 1e7ef7c
- Parents:
- 08d21bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ext/sndfileio.c
r08d21bf r3901714 43 43 SF_INFO sfinfo; 44 44 AUBIO_MEMSET(&sfinfo, 0, sizeof (sfinfo)); 45 sfinfo.format = 0;46 45 47 46 f->handle = sf_open (outputname, SFM_READ, &sfinfo);
Note: See TracChangeset
for help on using the changeset viewer.