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', ... ]