Changeset ab7b1b7 for python/lib


Ignore:
Timestamp:
Mar 18, 2013, 5:13:26 PM (11 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:
6a03729
Parents:
9615b03
Message:

python/lib/gen_pyobject.py: add block_size for source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_pyobject.py

    r9615b03 rab7b1b7  
    100100    'tempo':        ['1'],
    101101    'peakpicker':   ['1'],
    102     'source':       ['self->hop_size', '1'],
     102    'source':       ['self->block_size', '1'],
    103103}
    104104
     
    116116    # and here too
    117117    'hop_size': 'Py_default_vector_length / 2',
     118    # add block_size, synonim of hop_size
     119    'block_size': 'Py_default_vector_length / 2',
    118120    # these should be alright
    119121    'samplerate': 'Py_aubio_default_samplerate',
Note: See TracChangeset for help on using the changeset viewer.