mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-03-07 14:24:21 +00:00
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:
12
tools/torchgate/__init__.py
Normal file
12
tools/torchgate/__init__.py
Normal 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
|
||||
Reference in New Issue
Block a user