Ignore:
Timestamp:
Apr 29, 2016, 9:19:28 PM (8 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:
1ee5e21
Parents:
ee092a8
Message:

python/ext/aubio-types.h: add new_py_ functions to create PyObjects? instead of fvec_t, apply to py-fft.c

File:
1 edited

Legend:

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

    ree092a8 rede5d38  
    5353extern PyTypeObject Py_cvecType;
    5454
     55PyObject * new_py_fvec(uint_t length);
     56PyObject * new_py_cvec(uint_t length);
     57PyObject * new_py_fmat(uint_t height, uint_t length);
     58
    5559// defined in aubio-proxy.c
    5660extern PyObject *PyAubio_CFvecToArray (fvec_t * self);
Note: See TracChangeset for help on using the changeset viewer.