mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-01 20:45:04 +08:00
1457169e7a
* loudness factor control and gpu-accelerated noise reduction * loudness factor control and gpu-accelerated noise reduction * loudness factor control and gpu-accelerated noise reduction
13 lines
358 B
Python
13 lines
358 B
Python
"""
|
|
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
|