wss sdk bug

This commit is contained in:
游雁 2024-09-12 14:21:39 +08:00
parent eebe29719b
commit a79efa3b8d

View File

@ -80,6 +80,7 @@ class NlsTtsSynthesizer:
self.started = True
def send_text(self, text):
if len(text) > 0:
self.sdk.sendStreamInputTts(text)
def stop(self):