Changeset 18a96aa for src/io/source_sndfile.c
- Timestamp:
- Nov 30, 2016, 4:43:14 PM (8 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, sampler, yinfft+
- Children:
- 877b3b8
- Parents:
- 7cc80b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_sndfile.c
r7cc80b6 r18a96aa 33 33 #include "temporal/resampler.h" 34 34 35 #define MAX_CHANNELS 636 35 #define MAX_SIZE 4096 37 #define MAX_SAMPLES MAX_CHANNELS * MAX_SIZE36 #define MAX_SAMPLES AUBIO_MAX_CHANNELS * MAX_SIZE 38 37 39 38 #if !HAVE_AUBIO_DOUBLE
Note: See TracChangeset
for help on using the changeset viewer.