coqui-tts/TTS/tts/utils
Khalid Bashir 42afad5e79
Fixed bug related to yourtts speaker embeddings issue (#2234)
* Fixed bug related to yourtts speaker embeddings issue

* Reverted code for base_tts

* Bug fix on VITS d_vector_file type

* Ignore the test speakers on YourTTS recipe

* Add speaker encoder model and config on YourTTS recipe to easily do zero-shot inference

* Update YourTTS config file

* Update ModelManager._update_path to deal with list attributes

* Fix lint checks

* Remove unused code

* Fix unit tests

* Reset name_to_id to get the right speaker ids on load_embeddings_from_list_of_files

* Set weighted_sampler_multipliers as an empty dict to prevent users' mistakes

Co-authored-by: Edresson Casanova <edresson1@gmail.com>
2023-01-02 14:20:02 +01:00
..
monotonic_align Fix import statements 2021-10-25 19:29:16 +02:00
text Multilingual tokenizer (#2229) 2023-01-02 10:03:19 +01:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00
data.py Add audio length sampler balancer (#1561) 2022-05-12 19:59:19 +02:00
helpers.py Fix rand_segment edge case (input_len == seg_len - 1) 2022-08-01 11:37:45 +02:00
languages.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
managers.py Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
measures.py Format style of the recipes 2021-09-06 15:16:58 +00:00
speakers.py Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
ssim.py Implement VitsAudioConfig (#1556) 2022-07-12 18:49:58 +02:00
synthesis.py Multilingual tokenizer (#2229) 2023-01-02 10:03:19 +01:00
visual.py Adding OverFlow (#2183) 2022-12-12 12:44:15 +01:00