source: python/ext/py-musicutils.h @ 5e394ecc

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

python/ext/py-musicutils.{c,h}: first .c and test

  • Property mode set to 100644
File size: 330 bytes
Line 
1#ifndef _PY_AUBIO_MUSICUTILS_H_
2#define _PY_AUBIO_MUSICUTILS_H_
3
4static char Py_aubio_window_doc[] = ""
5"window(string, integer) -> fvec\n"
6"\n"
7"Create a window\n"
8"\n"
9"Example\n"
10"-------\n"
11"\n"
12">>> window('hanningz', 1024)";
13
14PyObject * Py_aubio_window(PyObject *self, PyObject *args);
15
16#endif /* _PY_AUBIO_MUSICUTILS_H_ */
Note: See TracBrowser for help on using the repository browser.