projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24914e1
)
python/lib/gen_external.py: disable timestretch for now, add a note about it
author
Paul Brossier
<piem@piem.org>
Thu, 29 Sep 2016 11:32:02 +0000
(13:32 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 29 Sep 2016 11:32:02 +0000
(13:32 +0200)
python/lib/gen_external.py
patch
|
blob
|
history
diff --git
a/python/lib/gen_external.py
b/python/lib/gen_external.py
index
533116e
..
7a8e7fe
100644
(file)
--- a/
python/lib/gen_external.py
+++ b/
python/lib/gen_external.py
@@
-40,6
+40,7
@@
skip_objects = [
'source_wavread',
#'sampler',
'audio_unit',
+ 'timestretch', # TODO fix parsing of uint_t *read in _do
]
def get_preprocessor():