Shortcuts

torchaudio.sox_effects.effect_names

torchaudio.sox_effects.effect_names() 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. Please see https://github.com/pytorch/audio/issues/3902 for more information.

Gets list of valid sox effect names

Returns

list of available effect names.

Return type

List[str]

Example
>>> torchaudio.sox_effects.effect_names()
['allpass', 'band', 'bandpass', ... ]

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