coqui-tts/TTS
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
..
bin Add stdout option (#3027) 2023-10-16 12:07:21 +02:00
config Fix model tests (#2943) 2023-09-14 15:21:48 +02:00
encoder Drop fairseq for Hubert 2023-06-26 19:27:48 +02:00
server Make style 2023-08-11 12:55:23 +02:00
tts unit test fix 2023-10-13 10:56:47 -03:00
utils Add stdout option (#3027) 2023-10-16 12:07:21 +02:00
vc Remove duplicate convert_pad_shape 2023-09-27 01:10:48 +03:00
vocoder [minor] hifigan_generator.py typo (#2462) 2023-03-28 12:43:36 +02:00
.models.json Streaming inference for XTTS 🚀 (#3035) 2023-10-06 18:34:06 +02:00
VERSION v0.17.8 2023-10-07 01:14:05 +03:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
api.py Add stdout option (#3027) 2023-10-16 12:07:21 +02:00
cs_api.py Add stdout option (#3027) 2023-10-16 12:07:21 +02:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00