Shortcuts

torchaudio.get_audio_backend

torchaudio.get_audio_backend() Optional[str][source]

DEPRECATED: Get the name of the current global backend

Returns:

If dispatcher mode is enabled, returns None otherwise, the name of current backend or None (no backend is set).

Return type:

str or None

Warning

This function has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.

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