Changeset 18a96aa for src


Ignore:
Timestamp:
Nov 30, 2016, 4:43:14 PM (7 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, sampler, yinfft+
Children:
877b3b8
Parents:
7cc80b6
Message:

src/io/source_sndfile.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.c

    r7cc80b6 r18a96aa  
    3333#include "temporal/resampler.h"
    3434
    35 #define MAX_CHANNELS 6
    3635#define MAX_SIZE 4096
    37 #define MAX_SAMPLES MAX_CHANNELS * MAX_SIZE
     36#define MAX_SAMPLES AUBIO_MAX_CHANNELS * MAX_SIZE
    3837
    3938#if !HAVE_AUBIO_DOUBLE
Note: See TracChangeset for help on using the changeset viewer.