Unverified Commit 90186bc4 authored by moto's avatar moto Committed by GitHub
Browse files

Fix backend doc (#3686)

parent 6e265157
...@@ -27,10 +27,7 @@ def list_audio_backends() -> List[str]: ...@@ -27,10 +27,7 @@ def list_audio_backends() -> List[str]:
Returns: Returns:
list of str: The list of available backends. list of str: The list of available backends.
The possible values are; The possible values are; ``"ffmpeg"``, ``"sox"`` and ``"soundfile"``.
- Dispatcher mode: ``"ffmpeg"``, ``"sox"`` and ``"soundfile"``.
- Legacy backend mode: ``"sox_io"``, ``"soundfile"``.
""" """
return list(utils.get_available_backends().keys()) return list(utils.get_available_backends().keys())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment