Changeset b8ee46c


Ignore:
Timestamp:
Nov 6, 2009, 12:42:20 AM (14 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
3ac7cb0
Parents:
eb93592
Message:

generator.py: skip resampler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/generator.py

    reb93592 rb8ee46c  
    55import os, sys
    66
    7 skip_objects = ['fft', 'pvoc', 'filter', 'filterbank', 'biquad']
     7skip_objects = ['fft', 'pvoc', 'filter', 'filterbank', 'resampler']
    88
    99cpp_output = [l.strip() for l in os.popen('cpp -I ../../build/default/src ../../src/aubio.h').readlines()]
Note: See TracChangeset for help on using the changeset viewer.