coqui-tts/tests
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
..
api_tests Add stdout option (#3027) 2023-10-16 12:07:21 +02:00
aux_tests Ensure `tts` CLI tool readme and usage help is in sync 2023-09-26 15:38:56 +03:00
bash_tests Fix aux tests (#1753) 2022-07-19 10:06:31 +02:00
data Remove `/` prefix from the relative path (#2065) 2022-10-10 13:32:27 +02:00
data_tests Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
inference_tests Test synthesize api separately 2023-07-24 12:38:20 +02:00
inputs Remove `/` prefix from the relative path (#2065) 2022-10-10 13:32:27 +02:00
text_tests 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
tts_tests Add Delightful-TTS implementation (#2095) 2023-07-24 13:41:26 +02:00
tts_tests2 Fix DelightfulTTS (#2823) 2023-07-31 13:52:45 +02:00
vc_tests Implement FreeVC (#2451) 2023-03-25 18:33:23 +01:00
vocoder_tests Update tests 2022-02-25 11:28:14 +01:00
zoo_tests Streaming inference for XTTS 🚀 (#3035) 2023-10-06 18:34:06 +02:00
__init__.py Remove `/` prefix from the relative path (#2065) 2022-10-10 13:32:27 +02:00