question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

change grinffin-lim algorithm to wavenet-based vocoder

See original GitHub issue

Does 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:open
  • Created 6 years ago
  • Reactions:6
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
feiyuhongcommented, Nov 3, 2017

I’ve been trying to use wavenet insteading of griffin-lim recently .

0reactions
mrgloomcommented, Mar 23, 2019

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found