Ignore:
Timestamp:
May 11, 2016, 4:54:06 AM (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:
1ad9dc3
Parents:
ece990f
Message:

python/ext/aubioproxy.c: factorize input checks into PyAubio_IsValidVector

File:
1 edited

Legend:

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

    rece990f r34d0c25  
    5959
    6060// defined in aubio-proxy.c
     61extern int PyAubio_IsValidVector (PyObject *input);
     62
    6163extern PyObject *PyAubio_CFvecToArray (fvec_t * self);
    6264extern int PyAubio_ArrayToCFvec (PyObject * self, fvec_t *out);
Note: See TracChangeset for help on using the changeset viewer.