Changeset fa3b1f1 for python/ext


Ignore:
Timestamp:
Nov 4, 2018, 1:41:53 PM (5 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
Children:
a5c3f2a
Parents:
3fb5812
Message:

[py] [doc] improve source.do/do_multi descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-source.c

    r3fb5812 rfa3b1f1  
    248248"Returns\n"
    249249"-------\n"
    250 "samples : numpy.ndarray, shape `(hop_size,)`, dtype aubio.float_type\n"
     250"samples : numpy.ndarray\n"
    251251"    `fvec` of size `hop_size` containing the new samples.\n"
    252252"read : int\n"
     
    284284"Returns\n"
    285285"-------\n"
    286 "samples : np.ndarray([hop_size, channels], dtype=aubio.float_type)\n"
     286"samples : numpy.ndarray\n"
    287287"    NumPy array of shape `(hop_size, channels)` containing the new\n"
    288288"    audio samples.\n"
Note: See TracChangeset for help on using the changeset viewer.