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.

Help with extending functionality of synth_wav.sh?

See original GitHub issue

I’m working on extending TTS to the languages and speakers available in /egs/m_ailabs but synth_wav.sh will only output a default speaker.

I have followed this procedure: executed run.sh through step 2, brought in a tacotron checkpoint, executed one epoch of training to obtain a proper snapshot, executed run.sh Stage 4 Network Decoding, and then the following for wav synthesis.


../../../utils/synth_wav.sh --models ljspeech.tacotron2.v3 \
	--stage 3 \
	--stop_stage 4 \
	--cmvn data/fr_FR_bernard_train_trim/cmvn.ark \
	--dict data/lang_1char/fr_FR_bernard_train_trim_units.txt \
	--synth_model exp/fr_FR_bernard_train_trim_pytorch_train_pytorch_tacotron2.v3/results/model.last1.avg.best \
	--decode_config conf/decode.yaml \
	--vocoder_models ljspeech.wavenet.softmax.ns.v1 \
	example.txt

How are we able to produce synthesized voice in another language and voice? Also, can direct steps be taken to modify the produced voice further? Thank you for your guidance and I look forward to contributing to your community.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kan-bayashicommented, Nov 26, 2019

It seems this issue is solved. I will close this issue.

1reaction
adhamelcommented, Nov 17, 2019

@b-flo thank you for sharing this. I’m sure it will steer me in the correct direction.

@kan-bayashi I really appreciate all of your help here. Parallel WaveGAN is converging very nicely. The discriminator loss (started training at 100k) is the only stubborn decline, hovering around ~.496-.497. If you like, after training on this different data set. I can let you know if I find any of the problems with strange noise you mention.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Wavetable Synthesis: A Complete Guide +150 Free Wavetables
Powerful synths like Serum feature a whole suite of tools to help you create custom wavetables with ease, as well as extra shaping...
Read more >
Stream We Are Number One but its Synthwave EXTENDED by ...
Stream We Are Number One but its Synthwave EXTENDED by Florian Rehn on desktop and mobile. Play over 265 million tracks for free...
Read more >
Jupiter-X & Xm – The Ultimate Guide - Roland Resource Centre
The JUPITER-Xm has the same engine giving you a massive selection of sounds, which are expanding all the time. It can jam with...
Read more >
gatsby-remark-vscode - npm
A syntax highlighting plugin for Gatsby that uses VS Code's extensions, themes, and highlighting engine. Any language and theme VS Code supports, whether...
Read more >
Issue #1366 · coder/code-server - SynthWave '84 - GitHub
Just wondering if this extension could get added to the code-server marketplace. As of version v0.1.0 it no longer requires the Custom CSS...
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