You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/backend.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Overview
10
10
11
11
:mod:`torchaudio.backend` module provides implementations for audio file I/O functionalities, which are ``torchaudio.info``, ``torchaudio.load``, and ``torchaudio.save``.
12
12
13
-
There are currently four implementations available.
13
+
There are currently two implementations available.
14
14
15
15
* :py:mod:`"sox_io" <torchaudio.backends.sox_io_backend>` (default on Linux/macOS)
16
16
* :py:mod:`"soundfile" <torchaudio.backends.soundfile_backend>` (default on Windows)
0 commit comments