Changeset 985d5c4 for src/io/source_sndfile.c
- Timestamp:
- Apr 25, 2016, 5:42:35 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:
- 6e765ed
- Parents:
- 691791e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_sndfile.c
r691791e r985d5c4 141 141 s->input_samplerate, s->samplerate); 142 142 } 143 s->duration = (uint_t)FLOOR(s->duration * s->ratio); 143 144 } 144 145 #else
Note: See TracChangeset
for help on using the changeset viewer.