Added missing docstring line

This commit is contained in:
Fabio Manganiello 2018-12-25 19:26:59 +01:00
parent 2fb5e5abc6
commit c2544524e1
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ class Mix(object):
is set. Possible values: "``scale``" (scale down the frame to remove
the clipping) or "``clip``" (saturate the values above/below range).
Default: "``scale``".
:type on_clip: str
:param samplerate: Audio sample rate. Default: 44100 Hz
:type samplerate: int