We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e26515 commit 90186bcCopy full SHA for 90186bc
src/torchaudio/_backend/__init__.py
@@ -27,10 +27,7 @@ def list_audio_backends() -> List[str]:
27
Returns:
28
list of str: The list of available backends.
29
30
- The possible values are;
31
-
32
- - Dispatcher mode: ``"ffmpeg"``, ``"sox"`` and ``"soundfile"``.
33
- - Legacy backend mode: ``"sox_io"``, ``"soundfile"``.
+ The possible values are; ``"ffmpeg"``, ``"sox"`` and ``"soundfile"``.
34
"""
35
36
return list(utils.get_available_backends().keys())
0 commit comments