NVIDIA / waveglow

A Flow-based Generative Network for Speech Synthesis
BSD 3-Clause "New" or "Revised" License
2.27k stars 531 forks source link

Is it possible to split denoiser module? #259

Open EuphoriaCelestial opened 2 years ago

EuphoriaCelestial commented 2 years ago

Hi, my previous Tactron 2 model has some high pitch noise in it, and I can remove it using denoiser in Waveglow, it work quite well. Can I use that function without Waveglow? Because I am trying some other TTS core, like Fastspeech 2, and I want to use Waveglow's denoiser on their output audio as well If no, please explain how this module work, I will try to recreate it. I tried to read the code but not yet fully understand the pipeline