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
|
: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
|
default
|
||||||
:param output_device: Index or name of the default output device.
|
: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
|
system default
|
||||||
:param input_blocksize: Blocksize to be applied to the input device.
|
:param input_blocksize: Blocksize to be applied to the input device.
|
||||||
Try to increase this value if you get input overflow errors while
|
Try to increase this value if you get input overflow errors while
|
||||||
|
|
Loading…
Reference in a new issue