Changeset af97786
- Timestamp:
- Feb 23, 2014, 3:54:19 PM (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:
- 222b176
- Parents:
- a559796
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_apple_audio.c
ra559796 raf97786 227 227 228 228 for (v = 0; v < loadedPackets; v++) { 229 for (c = 0; c < s->channels; c++) {229 for (c = 0; c < read_to->height; c++) { 230 230 buf[c][v] = SHORT_TO_FLOAT(data[ v * s->channels + c]); 231 231 }
Note: See TracChangeset
for help on using the changeset viewer.