Rishikesh (ऋषिकेश)
Rishikesh (ऋषिकेश)
After testing this code, I found out that following dependencies must be updated otherwise Exception occurs : ``` Pytorch > 1.0 # F.one_hot function isn't available in PyTorch v1.0 it...
Recently two papers regarding Transformer TTS pops up and I think both are suitable for this repo: 1) [DelightfulTTS: The Microsoft Speech Synthesis System for Blizzard Challenge 2021](https://arxiv.org/abs/2110.12612) 2) [Emphasis...
Is there any way to integrate this code with wavenet vocoder ?
Can create separate branch for TTS implementation, that's the ultimate goal for every neural vocoder. I will try to use this implementation with nvidia's Tacotron2, as preprocessing for both networks...
Is it possible to integrate this wavenet implementation with r9y9's Tacotron 2 as r9y9's wavenet_vocoder.
Here: https://github.com/yanggeng1995/GAN-TTS/blob/067575d736018429384851e9ec98c17e7b5f0e22/utils/audio.py#L11 Formula for `hop_length` : `frame_shift_ms / 1000 * sample_rate` instead of `frame_shift_ms * 1000 / sample_rate` . Same for `win_length`