coqui-tts/TTS/utils
Dilshad Ali fb1cec38f4 Fix console output issue in `tts` function of `synthesizer` class
Fix Console Printing Issue in synthesizer Class

This update addresses an issue with the tts function in the synthesizer class where console output, including the array of split sentences, processing time, and real-time factor, was being printed during execution. This was causing unwanted console output when the synthesizer function is run in a thread.

Changes Made:
Added criteria SuppresPrintStatements type boolen to suppress console output generated by the tts function.

Ensured that print statements are only triggered when explicitly required, preventing cluttered console output during threaded execution.
This modification improves the usability of the synthesizer class when integrated into threaded applications and enhances the overall user experience by minimizing unnecessary console output.
2024-08-16 17:33:07 +05:30
..
audio Remove duplicate AudioProcessor code and fix ExtractTTSpectrogram.ipynb (#3230) 2023-11-16 10:57:06 +01:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00
callbacks.py Make style and lint 2021-12-01 10:42:52 +00:00
capacitron_optimizer.py Fix Capacitron training (#2086) 2022-11-01 12:52:06 +01:00
distribute.py Update pylint 2.10.2 and fix lint issues 2021-08-30 08:10:35 +00:00
download.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
downloaders.py Add addtional datasets 2021-12-16 07:21:27 -05:00
generic_utils.py Update generic_utils.py (#3561) 2024-02-10 11:20:58 -03:00
io.py refactor: use copy_model_files() from Trainer 2023-11-17 01:18:23 +01:00
manage.py Make comments in .model.json valid 2023-12-11 23:35:27 +01:00
radam.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
samplers.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
synthesizer.py Fix console output issue in `tts` function of `synthesizer` class 2024-08-16 17:33:07 +05:30
training.py Update synthesis.py 2022-02-25 11:29:41 +01:00
vad.py Update VAD for silence trimming. (#2604) 2023-05-11 11:09:23 +02:00