forked from platypush/platypush
Added missing docstring line
This commit is contained in:
parent
2fb5e5abc6
commit
c2544524e1
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ class Mix(object):
|
||||||
is set. Possible values: "``scale``" (scale down the frame to remove
|
is set. Possible values: "``scale``" (scale down the frame to remove
|
||||||
the clipping) or "``clip``" (saturate the values above/below range).
|
the clipping) or "``clip``" (saturate the values above/below range).
|
||||||
Default: "``scale``".
|
Default: "``scale``".
|
||||||
|
:type on_clip: str
|
||||||
|
|
||||||
:param samplerate: Audio sample rate. Default: 44100 Hz
|
:param samplerate: Audio sample rate. Default: 44100 Hz
|
||||||
:type samplerate: int
|
:type samplerate: int
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue