Commit Graph

3839 Commits

Author SHA1 Message Date
Eren Gölge
73d27ebd45 Fix GlowTTS 2022-02-25 10:48:03 +01:00
Eren Gölge
87bf940676 Print duplicate characters 2022-02-25 10:48:03 +01:00
Eren Gölge
3de9f38d16 Add init_from_config to SpeakerManager 2022-02-25 10:48:03 +01:00
Eren Gölge
d8ec7086b6 Update synthesis for the new API 2022-02-25 10:48:03 +01:00
Eren Gölge
4e83bf3968 Allow choosing phonemizer 2022-02-25 10:48:02 +01:00
Eren Gölge
22f0c58fe1 Print language codes 2022-02-25 10:48:02 +01:00
Eren Gölge
693fb4dd39 Modify init_from_config for IPAPhonemes 2022-02-25 10:48:02 +01:00
Eren Gölge
acc6eef625 Update for tokenizer API 2022-02-25 10:48:02 +01:00
Eren Gölge
e1b4c4ca43 Add init_from_config to GAN 2022-02-25 10:48:02 +01:00
Eren Gölge
353f913efc Fix #985 2022-02-25 10:48:02 +01:00
Eren Gölge
f1ea3ad182 Remove old text processing tests 2022-02-25 10:48:02 +01:00
Eren Gölge
ba3b60c90f Test TTSTokenizer 2022-02-25 10:48:02 +01:00
Eren Gölge
79a84410f2 Test punctuations 2022-02-25 10:48:02 +01:00
Eren Gölge
d8bdeb8b8f Fix Punctuation 2022-02-25 10:48:02 +01:00
Eren Gölge
ff7c385838 Fix BasePhonemizer 2022-02-25 10:48:02 +01:00
Eren Gölge
10d435ce77 Fixup 2022-02-25 10:48:02 +01:00
Eren Gölge
f0655bfffc Fix ja_jp_phonemizer 2022-02-25 10:48:02 +01:00
Eren Gölge
20e5dd3678 Add doc examples 2022-02-25 10:48:02 +01:00
Eren Gölge
99d9bb7a17 Test Phonemizers 2022-02-25 10:48:02 +01:00
Eren Gölge
fbad17e084 Update imports for symbols -> characters 2022-02-25 10:48:02 +01:00
Eren Gölge
a1df4f9887 Test character classes 2022-02-25 10:45:24 +01:00
Eren Gölge
bd461ace33 Refactor GlowTTS model and recipe for TTSTokenizer 2022-02-25 10:45:24 +01:00
Eren Gölge
5a9653978a Refactor synthesis.py for TTSTokenizer 2022-02-25 10:45:24 +01:00
Eren Gölge
e5785b34b0 Style fix 2022-02-25 10:27:46 +01:00
Eren Gölge
e4049aa31a Refactor TTSDataset to use TTSTokenizer 2022-02-25 10:27:46 +01:00
Eren Gölge
2480bbe937 Remove OLD TOKENIZATION ROUTINES 2022-02-25 09:32:54 +01:00
Eren Gölge
53f696615b Add init_from_config to AudioProcessor 2022-02-25 09:32:54 +01:00
Eren Gölge
3d86edfc81 Refactor Synthesizer class for TTSTokenizer 2022-02-25 09:32:54 +01:00
Eren Gölge
8d85af84cd Implement Punctuation class 2022-02-25 09:32:54 +01:00
Eren Gölge
1aca58afaf Fix imports in cleaners.py 2022-02-25 09:32:54 +01:00
Eren Gölge
0344645e90 Implement TTSTokenizer 2022-02-25 09:32:54 +01:00
Eren Gölge
2fb1f70503 Implement BaseCharacters, IPAPhonemes, Graphemes 2022-02-25 09:32:54 +01:00
Eren Gölge
1bee40af40 Create language folders under TTS.tts.utils.text 2022-02-25 09:32:54 +01:00
Eren Gölge
c1119bc291 Implement BasePhonemizer 2022-02-25 09:32:54 +01:00
Eren Gölge
dcd01356e0 Create text/english folder 2022-02-25 09:32:54 +01:00
Eren Gölge
80867c8e8c Implement multi-phonemizer 2022-02-25 09:32:54 +01:00
Eren Gölge
5e4f78add3 Implement espeak wrapper 2022-02-25 09:32:54 +01:00
Eren Gölge
e03a05c816 Implement gruut wrapper 2022-02-25 09:32:54 +01:00
Eren Gölge
172ba0c5e7 Implement JA_JP phonemizer 2022-02-25 09:32:54 +01:00
Eren Gölge
ca02b82218 Implement ZH_CH phonemizer 2022-02-25 09:32:54 +01:00
Eren Gölge
a6cce9dd88 Merge pull request #1282 from coqui-ai/UpdateDCARecipe
Update Tacotron DCA recipe
2022-02-24 18:46:20 +03:00
Eren Gölge
4f68ba7127 Disable extra losses 2022-02-22 13:54:53 +01:00
Eren Gölge
7958cbc8a0 Merge pull request #1279 from coqui-ai/UpdateDCARecipe
Update LJSpeech DCA recipe
2022-02-22 14:36:34 +03:00
Eren Gölge
89dd89b5e5 Update LJSpeech DCA recipe 2022-02-22 12:18:03 +01:00
Edresson Casanova
55343afa96 Merge pull request #1265 from coqui-ai/dev-fix-glowtts-infer
Fix multi-speaker GlowTTS inference
2022-02-21 10:00:14 -03:00
Eren Gölge
a51b031bff Merge branch 'dev' into dev-fix-glowtts-infer 2022-02-21 12:01:40 +03:00
Edresson Casanova
28a7464975 Fix the bug in split dataset function (#1251)
* Fix the bug in split_dataset

* Make eval_split_size configurable

* Change test_loader to use load_tts_samples function

* Change eval_split_portion to eval_split_size and permits to set the absolute number of samples in eval

* Fix samplers unit test

* Add data unit test on GitHub workflow
2022-02-21 11:59:36 +03:00
Edresson Casanova
bc5db13d06 Fix the bug in extract tts spectrogram script 2022-02-19 19:24:00 +00:00
Edresson Casanova
05fffb0ebc Add inference unit test on GitHub workflow 2022-02-19 14:42:24 +00:00
Edresson Casanova
531821545e Fix inference test issue 2022-02-19 12:21:32 +00:00