projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb93592
)
generator.py: skip resampler
author
Paul Brossier
<piem@piem.org>
Thu, 5 Nov 2009 23:42:20 +0000
(
00:42
+0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 5 Nov 2009 23:42:20 +0000
(
00:42
+0100)
interfaces/python/generator.py
patch
|
blob
|
history
diff --git
a/interfaces/python/generator.py
b/interfaces/python/generator.py
index ec82c2c3e7fcac1b26a80ae248386a7dfcd44f2d..fabb676c5e3e31696173983c5af3602c78b66276 100644
(file)
--- a/
interfaces/python/generator.py
+++ b/
interfaces/python/generator.py
@@
-4,7
+4,7
@@
import os, sys
-skip_objects = ['fft', 'pvoc', 'filter', 'filterbank', '
biquad
']
+skip_objects = ['fft', 'pvoc', 'filter', 'filterbank', '
resampler
']
cpp_output = [l.strip() for l in os.popen('cpp -I ../../build/default/src ../../src/aubio.h').readlines()]