Clicko777/RVC_HFv2
0
1"""2TorchGating is a PyTorch-based implementation of Spectral Gating3================================================4Author: Asaf Zorea5 6Contents7--------8torchgate imports all the functions from PyTorch, and in addition provides:9 TorchGating --- A PyTorch module that applies a spectral gate to an input signal10 11"""12from .torchgate import TorchGate13 