Changeset 75be651


Ignore:
Timestamp:
Nov 26, 2009, 12:59:26 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:
9817026
Parents:
5ddcdf2
Message:

interfaces/python/gen_pyobject.py: fix aubio2types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/gen_pyobject.py

    r5ddcdf2 r75be651  
    117117aubio2pytypes = {
    118118    'uint_t': 'I',
    119     'smpl_t': 'I',
    120     'lsmp_t': 'I',
     119    'smpl_t': 'f',
     120    'lsmp_t': 'd',
    121121    'fvec_t*': 'O',
    122122    'cvec_t*': 'O',
Note: See TracChangeset for help on using the changeset viewer.