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.