Ignore:
Timestamp:
Mar 18, 2013, 5:19:23 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:
7125680
Parents:
ab7b1b7
Message:

src/io: use hop_size, not block_size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_pyobject.py

    rab7b1b7 r6a03729  
    100100    'tempo':        ['1'],
    101101    'peakpicker':   ['1'],
    102     'source':       ['self->block_size', '1'],
    103102}
    104103
     
    116115    # and here too
    117116    'hop_size': 'Py_default_vector_length / 2',
    118     # add block_size, synonim of hop_size
    119     'block_size': 'Py_default_vector_length / 2',
    120117    # these should be alright
    121118    'samplerate': 'Py_aubio_default_samplerate',
Note: See TracChangeset for help on using the changeset viewer.