forked from platypush/platypush
Extended Sound class docstring
This commit is contained in:
parent
3598d7fcd5
commit
f2d2315610
1 changed files with 3 additions and 2 deletions
|
@ -56,8 +56,9 @@ class Sound(object):
|
|||
release/pause/stop
|
||||
:type duration: float
|
||||
|
||||
:param shape: Wave shape. Possible values: "``sin``", "``square``" or
|
||||
"``triang``" (see :class:`WaveSound`). Default: "``sin``"
|
||||
:param shape: Wave shape. Possible values: "``sin``", "``square``",
|
||||
"``sawtooth``" or "``triang``" (see :class:`WaveSound`).
|
||||
Default: "``sin``"
|
||||
:type shape: str
|
||||
|
||||
:param A_frequency: Reference A4 frequency (default: 440 Hz)
|
||||
|
|
Loading…
Reference in a new issue