Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9028d0a commit c7cb692Copy full SHA for c7cb692
1 file changed
Doc/lib/libaudioop.tex
@@ -163,7 +163,8 @@ \section{\module{audioop} ---
163
\var{state} is a tuple containing the state of the converter. The
164
converter returns a tuple \code{(\var{newfragment}, \var{newstate})},
165
and \var{newstate} should be passed to the next call of
166
-\function{ratecv()}.
+\function{ratecv()}. The initial call should pass \code{None}
167
+as the state.
168
169
The \var{weightA} and \var{weightB} arguments are parameters for a
170
simple digital filter and default to \code{1} and \code{0} respectively.
0 commit comments