Update real-time gui (#1174)

* loudness factor control and gpu-accelerated noise reduction

* loudness factor control and gpu-accelerated noise reduction

* loudness factor control and gpu-accelerated noise reduction
This commit is contained in:
yxlllc
2023-09-03 13:57:31 +08:00
committed by GitHub
parent b5050fbf0d
commit 1457169e7a
15 changed files with 434 additions and 63 deletions

View File

@@ -0,0 +1,12 @@
"""
TorchGating is a PyTorch-based implementation of Spectral Gating
================================================
Author: Asaf Zorea
Contents
--------
torchgate imports all the functions from PyTorch, and in addition provides:
TorchGating --- A PyTorch module that applies a spectral gate to an input signal
"""
from .torchgate import TorchGate