Changeset af97786 for src


Ignore:
Timestamp:
Feb 23, 2014, 3:54:19 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/io/source_apple_audio.c: do_multi do not write outside of matrix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_apple_audio.c

    ra559796 raf97786  
    227227
    228228  for (v = 0; v < loadedPackets; v++) {
    229     for (c = 0; c < s->channels; c++) {
     229    for (c = 0; c < read_to->height; c++) {
    230230      buf[c][v] = SHORT_TO_FLOAT(data[ v * s->channels + c]);
    231231    }
Note: See TracChangeset for help on using the changeset viewer.