Shortcuts

torchaudio.list_audio_backends

torchaudio.list_audio_backends() List[str][source]

List available backends

Returns:

The list of available backends.

The possible values are; "ffmpeg", "sox" and "soundfile".

Return type:

list of str

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources