Shortcuts

torchaudio.sox_effects.shutdown_sox_effects

torchaudio.sox_effects.shutdown_sox_effects()[source]

Clean up resources required to use sox effects.

Note

You do not need to call this function manually. It is called automatically.

It is safe to call this function multiple times. Once shutdown_sox_effects() is called, you can no longer use SoX effects and initializing again will result in error.

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