Help with extending functionality of synth_wav.sh?
See original GitHub issueI’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:
- Created 4 years ago
- Comments:12 (6 by maintainers)
Top 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 >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
It seems this issue is solved. I will close this issue.
@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.