From: Paul Brossier Date: Mon, 24 Jul 2017 12:12:55 +0000 (+0200) Subject: Merge branch 'master' into yinfast X-Git-Tag: 0.4.6~51^2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=9fa0ed1c5637f2225d54d517df5bacd18f7b9564;p=aubio.git Merge branch 'master' into yinfast --- 9fa0ed1c5637f2225d54d517df5bacd18f7b9564 diff --cc python/lib/gen_external.py index 947c4bf3,f4abe870..cebfc94a --- a/python/lib/gen_external.py +++ b/python/lib/gen_external.py @@@ -8,40 -11,40 +11,41 @@@ source_header = """// this file is gene #include "aubio-types.h" """ - skip_objects = [ - # already in ext/ - 'fft', - 'pvoc', - 'filter', - 'filterbank', - # AUBIO_UNSTABLE - 'hist', - 'parameter', - 'scale', - 'beattracking', - 'resampler', - 'peakpicker', - 'pitchfcomb', - 'pitchmcomb', - 'pitchschmitt', - 'pitchspecacf', - 'pitchyin', - 'pitchyinfft', - 'pitchyinfast', - 'sink', - 'sink_apple_audio', - 'sink_sndfile', - 'sink_wavwrite', - #'mfcc', - 'source', - 'source_apple_audio', - 'source_sndfile', - 'source_avcodec', - 'source_wavread', - #'sampler', - 'audio_unit', - 'spectral_whitening', - ] + default_skip_objects = [ + # already in ext/ + 'fft', + 'pvoc', + 'filter', + 'filterbank', + # AUBIO_UNSTABLE + 'hist', + 'parameter', + 'scale', + 'beattracking', + 'resampler', + 'peakpicker', + 'pitchfcomb', + 'pitchmcomb', + 'pitchschmitt', + 'pitchspecacf', + 'pitchyin', + 'pitchyinfft', ++ 'pitchyinfast', + 'sink', + 'sink_apple_audio', + 'sink_sndfile', + 'sink_wavwrite', + #'mfcc', + 'source', + 'source_apple_audio', + 'source_sndfile', + 'source_avcodec', + 'source_wavread', + #'sampler', + 'audio_unit', + 'spectral_whitening', + ] + def get_preprocessor(): # findout which compiler to use