Changeset 92a8800 for python/lib


Ignore:
Timestamp:
Apr 28, 2016, 6:59:55 PM (8 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:
6937842
Parents:
1f4d932
Message:

python/ext/py-cvec.c: rewrite and simplify aubio.cvec, safer and better memory usage (see #49)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_code.py

    r1f4d932 r92a8800  
    3838pytoaubio_fn = {
    3939        'fvec_t*': 'PyAubio_ArrayToCFvec',
    40         'cvec_t*': 'PyAubio_ArrayToCCvec',
     40        'cvec_t*': 'PyAubio_PyCvecToCCvec',
    4141        #'fmat_t*': 'PyAubio_ArrayToCFmat',
    4242        }
Note: See TracChangeset for help on using the changeset viewer.