Changeset fa3b1f1 for python/ext
- Timestamp:
- Nov 4, 2018, 1:41:53 PM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-source.c
r3fb5812 rfa3b1f1 248 248 "Returns\n" 249 249 "-------\n" 250 "samples : numpy.ndarray , shape `(hop_size,)`, dtype aubio.float_type\n"250 "samples : numpy.ndarray\n" 251 251 " `fvec` of size `hop_size` containing the new samples.\n" 252 252 "read : int\n" … … 284 284 "Returns\n" 285 285 "-------\n" 286 "samples : n p.ndarray([hop_size, channels], dtype=aubio.float_type)\n"286 "samples : numpy.ndarray\n" 287 287 " NumPy array of shape `(hop_size, channels)` containing the new\n" 288 288 " audio samples.\n"
Note: See TracChangeset
for help on using the changeset viewer.