coqui-tts/TTS
Enno Hermann 7b2289a454 fix(espeak_wrapper): capture stderr separately
Fixes https://github.com/coqui-ai/TTS/issues/2728

Previously, error messages from espeak were treated as normal output and also
converted to phonemes. This captures and logs them separately.
2024-05-01 12:31:49 +02:00
..
bin fix: logging in executables 2024-04-03 15:19:45 +02:00
config Run `make style` 2023-12-13 14:56:41 +02:00
demos/xtts_ft_demo feat(xtts): support hindi for sentence-splitting and fine-tuning 2024-04-08 15:57:56 +02:00
encoder refactor: remove verbose arguments 2024-04-03 15:19:45 +02:00
server Merge pull request #3 from idiap/logging 2024-04-11 08:34:44 +02:00
tts fix(espeak_wrapper): capture stderr separately 2024-05-01 12:31:49 +02:00
utils fix(utils.manage): remove bare except, improve messages 2024-04-03 15:19:45 +02:00
vc refactor: remove verbose arguments 2024-04-03 15:19:45 +02:00
vocoder refactor: remove verbose arguments 2024-04-03 15:19:45 +02:00
.models.json Fix bark model 2024-01-08 14:45:04 +10:30
VERSION chore: update version to 0.23.1 2024-04-23 09:57:43 +02:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
api.py refactor: remove verbose arguments 2024-04-03 15:19:45 +02:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00