Skip to content

Commit 90186bc

Browse files
authored
Fix backend doc (#3686)
1 parent 6e26515 commit 90186bc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/torchaudio/_backend/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ def list_audio_backends() -> List[str]:
2727
Returns:
2828
list of str: The list of available backends.
2929
30-
The possible values are;
31-
32-
- Dispatcher mode: ``"ffmpeg"``, ``"sox"`` and ``"soundfile"``.
33-
- Legacy backend mode: ``"sox_io"``, ``"soundfile"``.
30+
The possible values are; ``"ffmpeg"``, ``"sox"`` and ``"soundfile"``.
3431
"""
3532

3633
return list(utils.get_available_backends().keys())

0 commit comments

Comments
 (0)