change grinffin-lim algorithm to wavenet-based vocoder
See original GitHub issueDoes anyone plan to use wavenet-based vocoder, insteading of griffin-lim algoritm, which greatly increase the audio quality in the single-speaker experiment of Deep Voice 2 and Deep Voice 3. And in Deep Voice 3,both deep voice 3 + wavenet
and tacotron + wavenet
achieves the highest MOS of 3.78,Furthmore it is claimed that deep voice 3 + wavenet
is faster to trian and faster to convege than tacotron+wavenet
Issue Analytics
- State:
- Created 6 years ago
- Reactions:6
- Comments:7 (1 by maintainers)
Top Results From Across the Web
arXiv:2007.05764v1 [eess.AS] 11 Jul 2020
The proposed approach applies Fast Griffin Lim. Algorithm (FGLA) instead Griffin Lim algorithm (GLA) as vocoder in the speech synthesis phase.
Read more >Griffin-Lim Algorithm Explained | Papers With Code
The Griffin-Lim Algorithm (GLA) is a phase reconstruction method based on the redundancy of the short-time Fourier transform. It promotes the consistency of ......
Read more >Deep voice 2 - ACM Digital Library
Tacotron, instead of using Griffin-Lim, we train a WaveNet-based neural vocoder to convert from linear spectrograms to audio waveforms.
Read more >WaveTTS: Tacotron-based TTS with Joint Time-Frequency ...
A typical Tacotron implementation adopts Griffin-Lim algorithm ... problem by using WaveNet-based neural vocoder [oord2016wavenet, ...
Read more >Neural speech-rate conversion with multispeaker WaveNet ...
The simplest way to change the speed of recorded speech is to use high-speed or ... To drive conventional source-filter vocoders within the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve been trying to use wavenet insteading of griffin-lim recently .
I wonder why Griffin-Lim samples from here https://nv-adlr.github.io/WaveGlow have as good quality as other methods? Is it large number of iterations or it’s just good output of tacotron?