From c2544524e16eb3a32395c09708aedc70df408063 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 25 Dec 2018 19:26:59 +0100 Subject: [PATCH] Added missing docstring line --- platypush/plugins/sound/core.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platypush/plugins/sound/core.py b/platypush/plugins/sound/core.py index 613a6b2f7..ef72028ea 100644 --- a/platypush/plugins/sound/core.py +++ b/platypush/plugins/sound/core.py @@ -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