forked from platypush/platypush
FIX: Broken docstring
This commit is contained in:
parent
00d47731c5
commit
1d78c3e753
2 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class TtsMimic3Plugin(TtsPlugin):
|
|||
:param server_url: Base URL of the web server that runs the Mimic3 engine.
|
||||
:param voice: Default voice to be used (default: ``en_UK/apope_low``).
|
||||
You can get a full list of the voices available on the server
|
||||
through :method:`.voices`.
|
||||
through :meth:`.voices`.
|
||||
:param media_plugin: Media plugin to be used for audio playback. Supported:
|
||||
|
||||
- ``media.gstreamer``
|
||||
|
|
0
platypush/schemas/tts/__init__.py
Normal file
0
platypush/schemas/tts/__init__.py
Normal file
Loading…
Reference in a new issue