updated lite

This commit is contained in:
Concedo
2024-01-31 15:47:21 +08:00
parent 916780eaf4
commit 71cc19e76d
+4
View File
@@ -8450,6 +8450,10 @@ Current version: 108
}
function tts_speak(text)
{
if(!text || text=="" || text.trim()=="")
{
return;
}
if(localsettings.speech_synth==XTTS_ID) //xtts api server
{
if(xtts_is_connected)