coqui-tts/TTS/bin
David Garvey a151d70242
Add stdout option (#3027)
* add add cli options for play and speed
--play argument uses simpleaudio to play the tts wav
--speed <float 0.0-2.0> passes speed argument to Coqui Studio models

* remove simpleaudio not referenced in file

* fix simpleaudio dependency version

* add ALSA headers for simpleaudio compilation

* Dockerfile ALSA headers for simpleaudio

* base changes to use stdout instead of play audio
Considering conversion to pipe wav data for audio playback with ohter program
like aplay.

This is incomplete code. Using to get feedback before proceeding with
implementation.

* remove play for pipe_out arg that suppresses stdout
removed play and simpleaudio dependency in place of pipe
fuctionality to allow passing wav file data to a program
dedicated to playing audio.

* scipy.io.wavfile.write fails with /dev/null target

* Streaming inference for XTTS 🚀 (#3035)

* v0.17.7

* Redownload XTTS with the local and remote config do not match

* Remove unused method

* Print a message when it is already donwloaded

* Try-except to present error when the user dont have connection

* Fix style

* 0.17.8

* v0.17.8

---------

Co-authored-by: Julian Weber <julian.weber@hotmail.fr>
Co-authored-by: Eren Gölge <erogol@hotmail.com>
Co-authored-by: Edresson Casanova <edresson1@gmail.com>
Co-authored-by: ggoknar <ggoknar@coqui.ai>
2023-10-16 12:07:21 +02:00
..
__init__.py fixing dome pypi issues 2021-01-25 13:06:12 +01:00
collect_env_info.py Make style and lint 2021-12-01 10:42:52 +00:00
compute_attention_masks.py Update model file extension (#1422) 2022-03-22 17:55:00 +01:00
compute_embeddings.py Update compute_embeddings.py (#2668) 2023-07-04 11:37:47 +02:00
compute_statistics.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
eval_encoder.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
extract_tts_spectrograms.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
find_unique_chars.py Open bible dataset formatter (#1365) 2022-03-11 10:43:31 +01:00
find_unique_phonemes.py Fix find unique phonemes script (#1928) 2022-09-08 10:17:35 +02:00
remove_silence_using_vad.py Update VAD for silence trimming. (#2604) 2023-05-11 11:09:23 +02:00
resample.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
synthesize.py Add stdout option (#3027) 2023-10-16 12:07:21 +02:00
train_encoder.py Implement bucketed weighted sampling for VITS (#1871) 2022-08-15 11:08:11 +02:00
train_tts.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
train_vocoder.py Make stlye 2022-02-25 11:31:56 +01:00
tune_wavegrad.py Fix tune wavegrad (#1844) 2022-08-22 09:55:32 +02:00