- Timestamp:
- Dec 10, 2013, 10:51:58 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:
- bf63c61
- Parents:
- d27634d
- Location:
- python/ext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/aubio-types.h
rd27634d r2f9af5d 31 31 #define Py_default_vector_length 1024 32 32 33 #define Py_aubio_default_samplerate 033 #define Py_aubio_default_samplerate 44100 34 34 35 35 #if HAVE_AUBIO_DOUBLE -
python/ext/py-source.c
rd27634d r2f9af5d 40 40 } 41 41 42 self->samplerate = Py_aubio_default_samplerate;42 self->samplerate = 0; 43 43 if (samplerate > 0) { 44 44 self->samplerate = samplerate;
Note: See TracChangeset
for help on using the changeset viewer.