Shortcuts

torchaudio.sox_effects.init_sox_effects

torchaudio.sox_effects.init_sox_effects()[source]

Initialize resources required to use sox effects.

Note

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

Once initialized, you do not need to call this function again across the multiple uses of sox effects though it is safe to do so as long as shutdown_sox_effects() is not called yet. 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