Extended Sound class docstring

This commit is contained in:
Fabio Manganiello 2018-12-26 23:16:37 +01:00
parent 3598d7fcd5
commit f2d2315610
1 changed files with 3 additions and 2 deletions

View File

@ -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)