torchaudio.list_audio_backends¶
- torchaudio.list_audio_backends() List[str] [source]¶
DEPRECATED
Warning
This function has been deprecated. It will be removed from 2.9 release. This deprecation is part of a large refactoring effort to transition TorchAudio into a maintenance phase. The decoding and encoding capabilities of PyTorch for both audio and video are being consolidated into TorchCodec. Please see https://github.com/pytorch/audio/issues/3902 for more information.
List available backends
- Returns
The list of available backends.
The possible values are;
"ffmpeg"
,"sox"
and"soundfile"
.- Return type
list of str