Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
90186bc4
Unverified
Commit
90186bc4
authored
Oct 30, 2023
by
moto
Committed by
GitHub
Oct 30, 2023
Browse files
Fix backend doc (#3686)
parent
6e265157
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/torchaudio/_backend/__init__.py
src/torchaudio/_backend/__init__.py
+1
-4
No files found.
src/torchaudio/_backend/__init__.py
View file @
90186bc4
...
@@ -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
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment