版本发布 8
### 0.9.0 1. Fix scapy problem 2. Switch from original tts to coqui-tts fork for version 0.24.1
### 0.8.0 1) Added new endpoints that allow you to: change the folder where the models are stored, change the model without restarting the server and endpoint to change the generation parameters. 2) In version 0.7.6 an endpoint for streaming was added, I advise you to pay attention to it #10
### 0.7.0 1) You can load a custom model, for this you just need to create a folder in the models folder and put there 3 files `vocab.json` `config.json` `model.pth` after that you need to specify the name of this folder using the -v flag. 2) You can specify the path to a text file as an input, to do this, pass the path to the file with the .txt ending to the text field 3) Now you can cache the results so that you don't have to wait for a new generation when you make another request, use the new --use-cache flag to do this
### 0.6.0 1) Added the ability to select the device to work, `-d` flag
### 0.5.7 1) Thanks @sharockys for helping me set up autodeploy on docker 2) After 10 comits, I think I got it set up on pypi.
### 0.5.7 1) Thanks @sharockys for helping me set up autodeploy on docker 2) After 10 comits, I think I got it set up on pypi.
# 0.5.0 1) Streaming mode has been added more details here https://github.com/daswer123/xtts-api-server#about-streaming-mode #10 2) Docker updated # 0.5.1 1) Changed folder for the model that they would be in synergy with RealtimeTTS 2) Added information at startup about streaming mode
### 0.4.0 1) Docker support has been added 2) Added model loading method 3) Added TTS version check Changed GET request from speakers_default to speakers_list for clarity 4) Updated note for creating samples for cloning 5) Fixed bug with code 305 For contributions and code samples, I'd like to thank @Asharockys and @erew123