Fix outdated method name in sound plugin docs.

This commit is contained in:
Fabio Manganiello 2024-07-20 22:22:46 +02:00
parent 5a1c6b064a
commit f608475380

View file

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