Ignore:
Timestamp:
Dec 10, 2013, 10:13:49 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:
2f9af5d
Parents:
d7019c4
Message:

python/ext/py-source.c: not generated, modified init to get samplerate from aubio_source_t

Signed-off-by: Paul Brossier <piem@piem.org>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/aubio-types.h

    rd7019c4 rd27634d  
    3131#define Py_default_vector_length 1024
    3232
    33 #define Py_aubio_default_samplerate 44100
     33#define Py_aubio_default_samplerate 0
    3434
    3535#if HAVE_AUBIO_DOUBLE
     
    6969extern PyTypeObject Py_pvocType;
    7070
     71extern PyTypeObject Py_sourceType;
     72
Note: See TracChangeset for help on using the changeset viewer.