TianYuan
|
bf587ba879
|
update synthesize_e2e.sh, test=tts
|
3 years ago |
TianYuan
|
589f780850
|
fix synthesize bug for speedyspeech, test=tts
|
3 years ago |
TianYuan
|
641984ae30
|
add code annotation, test=tts
|
3 years ago |
TianYuan
|
cb07bd2a94
|
add rtf for synthesize, add more vocoder for synthesize_e2e.sh, test=tts
|
3 years ago |
TianYuan
|
ebef10efcd
|
Update README.md
|
3 years ago |
TianYuan
|
a8cac30bd6
|
Create README.md
|
3 years ago |
TianYuan
|
b6fbacdd9b
|
Merge pull request #1436 from yt605155624/rename_tacotron2
[TTS]Rename tacotron2
|
3 years ago |
TianYuan
|
e7adc854d4
|
Update README.md
|
3 years ago |
TianYuan
|
6a19de44ff
|
Update README.md
|
3 years ago |
TianYuan
|
7dc1f2daa3
|
fix some librosa bugs, test=tts
|
3 years ago |
TianYuan
|
25347bb6a3
|
rename tacotron2, test=tts
|
3 years ago |
TianYuan
|
270fe4fdfc
|
Merge pull request #1430 from kslz/develop
Add Chinese docs
|
3 years ago |
Hui Zhang
|
dcfc32f1ec
|
Merge pull request #1379 from yt605155624/new_wavernn
[TTS] add wavernn
|
3 years ago |
TianYuan
|
348a1a33bf
|
update tacotron2 voice cloning in aishell3 with new tacotron2, test=tts (#1419)
|
3 years ago |
lizi
|
be2fc2cc11
|
Modify typesetting, test=doc
|
3 years ago |
lizi
|
5e34cdbd6e
|
Modify typesetting, test=doc
|
3 years ago |
lizi
|
06e8bdf0d7
|
add Chinese doc for "FastSpeech2 with CSMSC", test=doc
|
3 years ago |
TianYuan
|
1b0c034134
|
update wavernn, test=tts
|
3 years ago |
TianYuan
|
89e69ee10e
|
[TTS]fix tacotron2 dygraph to static (#1414)
* fix tacotron2 dygraph to static , test=tts
* fix tacotron2 dygraph to static , test=tts
* simplify synthesize_e2e.py , test=tts
|
3 years ago |
TianYuan
|
001afee644
|
fix wavernn dygraph to static , test=tts
|
3 years ago |
TianYuan
|
2844f388dc
|
[doc ]add tacotron2 readme (#1385)
* add tacotron2 readme, test=doc
* update changelog.md, test=doc
|
3 years ago |
TianYuan
|
2071774d81
|
add wavernn in synthesize_e2e, test=tts
|
3 years ago |
TianYuan
|
4c3e57a23c
|
align preprocess of wavernn, test=tts
|
3 years ago |
TianYuan
|
fb0acd40a2
|
add wavernn, test=tts
|
3 years ago |
TianYuan
|
96323816e9
|
fix yamls, change labels to stop_labels, test=tts
|
3 years ago |
TianYuan
|
1bf1a876ae
|
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleSpeech into add_new_tacotron2, test=tts
|
3 years ago |
TianYuan
|
89e988a69e
|
add csmsc tacotron2, test=tts
|
3 years ago |
TianYuan
|
c088b9a304
|
add csmsc tacotron2
|
3 years ago |
Jerryuhoo
|
75c2bd5faf
|
fix link_wav.py path, test=tts
|
3 years ago |
Jerryuhoo
|
d6e9b76e76
|
change link_wav.py path, test=tts
|
3 years ago |
Jerryuhoo
|
ea8977555f
|
Simplify link_wav.py path
|
3 years ago |
Jerryuhoo
|
c94f346207
|
move link_wav.py to paddlespeech/t2s/exps/gan_vocoder/
move link_wav.py to paddlespeech/t2s/exps/gan_vocoder/ so that different vocoders can use one script.
|
3 years ago |
Jerryuhoo
|
76f98c6f69
|
add --dataset and --rootdir to voc3 finetune script
add --dataset and --rootdir to voc3 finetune script, also remove --speaker-dict in voc5.
|
3 years ago |
Jerryuhoo
|
e239ee1cd2
|
add multi-speaker support for finetuning hifigan vocoder
|
3 years ago |
TianYuan
|
680eac02b9
|
[tts]Update mb melgan (#1272)
* update mb melgan
* update mb melgan, test=tts
|
3 years ago |
Jerryuhoo
|
6327949790
|
add speaker dict path
|
3 years ago |
TianYuan
|
326fcd520a
|
fix config, test=tts
|
3 years ago |
TianYuan
|
42c109216d
|
[tts]add style melgan pretraied model (#1228)
* add style melgan pretraied model
* add style melgan pretraied model, test=tts
Co-authored-by: Hui Zhang <zhtclz@foxmail.com>
|
3 years ago |
Hui Zhang
|
bb2a370b23
|
[asr] remove useless conf of librispeech (#1227)
* remve useless conf
* format code
* update conf
* update conf
* update conf
|
3 years ago |
TianYuan
|
bef481e010
|
Update README.md
|
3 years ago |
TianYuan
|
9be59e9cef
|
update readme, test=doc_fix
|
3 years ago |
TianYuan
|
b71657f37e
|
update hifigan readme, test=doc_fix
|
3 years ago |
TianYuan
|
d607629e1a
|
update hifigan readme, test=doc_fix
|
3 years ago |
Jerryuhoo
|
4871c48924
|
Fix README.md typo
|
3 years ago |
TianYuan
|
19ef7210a0
|
[TTS]Add hifigan (#1097)
* add hifigan
* add hifigan
* integrate synthesize synthesize_e2e, inference for tts, test=tts
* add some python files, test=tts
* update readme, test=doc_fix
|
3 years ago |
TianYuan
|
963e906f56
|
Merge pull request #1068 from yt605155624/add_style_melgan
[TTS]add style_melgan
|
3 years ago |
TianYuan
|
797e08343c
|
Update README.md
|
3 years ago |
TianYuan
|
9b6482cc2a
|
Update README.md
|
3 years ago |
TianYuan
|
075aeee7f0
|
add style_melgan readme, test=tts
|
3 years ago |
TianYuan
|
a0f74ef63f
|
add style_melgan readme, test=tts
|
3 years ago |