forked from platypush/platypush
Fix outdated method name in sound
plugin docs.
This commit is contained in:
parent
5a1c6b064a
commit
f608475380
1 changed files with 2 additions and 2 deletions
|
@ -39,10 +39,10 @@ class SoundPlugin(RunnablePlugin):
|
|||
):
|
||||
"""
|
||||
:param input_device: Index or name of the default input device. Use
|
||||
:meth:`.query_devices` to get the available devices. Default: system
|
||||
:meth:`.status` to get the available devices. Default: system
|
||||
default
|
||||
:param output_device: Index or name of the default output device.
|
||||
Use :meth:`.query_devices` to get the available devices. Default:
|
||||
Use :meth:`.status` to get the available devices. Default:
|
||||
system default
|
||||
:param input_blocksize: Blocksize to be applied to the input device.
|
||||
Try to increase this value if you get input overflow errors while
|
||||
|
|
Loading…
Reference in a new issue