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
Noneotherwise, the name of current backend orNone(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.