shithub: aubio

Download patch

ref: fa3b1f1e85ba251f8e76abccd93d469274bce95c
parent: 3fb5812a59f3dc9ac1a28e385f813ecb03de3bbe
author: Paul Brossier <piem@piem.org>
date: Sun Nov 4 08:41:53 EST 2018

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

--- a/python/ext/py-source.c
+++ b/python/ext/py-source.c
@@ -247,7 +247,7 @@
 "\n"
 "Returns\n"
 "-------\n"
-"samples : numpy.ndarray, shape `(hop_size,)`, dtype aubio.float_type\n"
+"samples : numpy.ndarray\n"
 "    `fvec` of size `hop_size` containing the new samples.\n"
 "read : int\n"
 "    Number of samples read from the source, equals to `hop_size`\n"
@@ -283,7 +283,7 @@
 "\n"
 "Returns\n"
 "-------\n"
-"samples : np.ndarray([hop_size, channels], dtype=aubio.float_type)\n"
+"samples : numpy.ndarray\n"
 "    NumPy array of shape `(hop_size, channels)` containing the new\n"
 "    audio samples.\n"
 "read : int\n"