Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/generator.py

    r7609f6d r93acd9f  
    3434  generated_objects = []
    3535  cpp_output, cpp_objects = get_cpp_objects()
    36   skip_objects = [
    37       # already in ext/
    38       'fft',
     36  skip_objects = ['fft',
    3937      'pvoc',
    4038      'filter',
    4139      'filterbank',
    42       #'resampler',
    43       # AUBIO_UNSTABLE
    44       'hist',
    45       'scale',
    46       'beattracking',
    4740      'resampler',
    4841      'sndfile',
    49       'peakpicker',
    50       'pitchfcomb',
    51       'pitchmcomb',
    52       'pitchschmitt',
    53       'pitchyin',
    54       'pitchyinfft',
    5542      'sink_apple_audio',
    5643      'sink_sndfile',
    5744      'source_apple_audio',
    58       'source_sndfile',
    59       #'sampler',
    60       'audio_unit',
    61       ]
     45      'source_sndfile']
    6246
    6347  write_msg("-- INFO: %d objects in total" % len(cpp_objects))
     
    196180  s = """// generated list of objects created with generator.py
    197181
    198 #include <Python.h>
     182#include "Python.h"
    199183
    200184"""
Note: See TracChangeset for help on using the changeset viewer.