feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since e5e693e was
9b23eb31,
checked in by Paul Brossier <piem@piem.org>, 15 years ago
|
interfaces/python: add cvec and filter types
|
-
Property mode set to
100644
|
File size:
382 bytes
|
Line | |
---|
1 | from distutils.core import setup, Extension |
---|
2 | |
---|
3 | setup(name="_aubio", version="1.0", |
---|
4 | ext_modules = [ |
---|
5 | Extension("_aubio", |
---|
6 | ["aubiomodule.c", "py-fvec.c", "py-cvec.c", "py-filter.c"], |
---|
7 | include_dirs=['../../build/default/src', '../../src' ], |
---|
8 | library_dirs=['../../build/default/src', '../../src/.libs' ], |
---|
9 | libraries=['aubio'])]) |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.