This is tts demo of The LJ Speech Dataset [0].
tts1
recipe is based on Tacotron2 [1] (spectrogram prediction network) w/o WaveNet.
Tacotron2 generates log mel-filter bank from text and then converts it to linear spectrogram using inverse mel-basis.
Finally, phase components are recovered with Griffin-Lim.
(2019/06/16) we also support TTS-Transformer [3].
(2019/06/17) we also support Feed-forward Transformer [4].
tts2
recipe is based on Tacotron2’s spectrogram prediction network [1] and Tacotron’s CBHG module [2].
Instead of using inverse mel-basis, CBHG module is used to convert log mel-filter bank to linear spectrogram.
The recovery of the phase components is the same as tts1
.
v.0.5.0: fastspeech.v2
Wed Jun 26 02:27:43 JST 2019
3.7.3 (default, Mar 27 2019, 22:11:17) [GCC 7.3.0]
espnet 0.3.1
chainer 5.0.0
pytorch 1.0.1.post2
44aa99987ed524dcb5f98421fb3f61df7919ef49
conf/tuning/train_fastspeech.v2.yaml
conf/decode.yaml
data/train_no_dev/cmvn.ark
exp/train_no_dev_pytorch_train_fastspeech.v2/results/model.last1.avg.best
exp/train_no_dev_pytorch_train_fastspeech.v2/results/model.json
data/lang_1char/train_no_dev_units.txt
* The recommended browser for Audio player: Google Chrome
LJ050-0029 “THAT IS REFLECTED IN DEFINITE AND COMPREHENSIVE OPERATING PROCEDURES. “
ground_truth | fastspeech.v2_GL | fastspeech.v2_WNV |
---|---|---|
LJ050-0030 “THE COMMISSION ALSO RECOMMENDS “
ground_truth | fastspeech.v2_GL | fastspeech.v2_WNV |
---|---|---|
LJ050-0031 “THAT THE SECRET SERVICE CONSCIOUSLY SET ABOUT THE TASK OF INCULCATING AND MAINTAINING THE HIGHEST STANDARD OF EXCELLENCE AND ESPRIT, FOR ALL OF ITS PERSONNEL. “
ground_truth | fastspeech.v2_GL | fastspeech.v2_WNV |
---|---|---|
LJ050-0032 “THIS INVOLVES TIGHT AND UNSWERVING DISCIPLINE AS WELL AS THE PROMOTION OF AN OUTSTANDING DEGREE OF DEDICATION AND LOYALTY TO DUTY. “
ground_truth | fastspeech.v2_GL | fastspeech.v2_WNV |
---|---|---|
LJ050-0033 “THE COMMISSION EMPHASIZES THAT IT FINDS NO CAUSAL CONNECTION BETWEEN THE ASSASSINATION “
ground_truth | fastspeech.v2_GL | fastspeech.v2_WNV |
---|---|---|
https://drive.google.com/open?id=1PSxs1VauIndwi8d5hJmZlppGRVu2zuy5
* The recommended browser for Google colab: Google Chrome
Please modify the option about tts model
Before: !../../../utils/synth_wav.sh --models ljspeech.fastspeech.v1 example.txt
After: !../../../utils/synth_wav.sh --models ljspeech.fastspeech.v2 example.txt