Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@timsainb timsainb released this 10 Sep 15:34
· 4 commits to master since this release
658b8c6
  • Includes a PyTorch-based implementation of Spectral Gating, an algorithm for denoising audio signals.
  • You can now create a noisereduce nn.Module object which allows it to be used either as a standalone module or as part of a larger neural network architecture.
  • The run time of the algorithm decreases substantially.