source: interfaces/python/aubio-types.h @ ae6e15c

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since ae6e15c was ae6e15c, checked in by Paul Brossier <piem@piem.org>, 14 years ago

interfaces/python: improve draft wrapper alpha_norm example, add some unit tests

  • Property mode set to 100644
File size: 246 bytes
Line 
1#include <Python.h>
2#include <structmember.h>
3#define NO_IMPORT_ARRAY
4#include <numpy/arrayobject.h>
5#include <aubio.h>
6
7typedef struct
8{
9  PyObject_HEAD fvec_t * o;
10  uint_t length;
11  uint_t channels;
12} Py_fvec;
13extern PyTypeObject Py_fvecType;
Note: See TracBrowser for help on using the repository browser.