You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing my own tts plugin
I find that this class always calls tts.TTS.synthesize when it's in use, this method doesn't make the stream return, it needs to be reconnected every time the request is made. I see that T.TS.TTS has a stream method in it, does anyone know how to configure it to trigger the call to the stream method? This way I can implement the streaming function within the stream
The text was updated successfully, but these errors were encountered:
I am writing my own tts plugin
I find that this class always calls tts.TTS.synthesize when it's in use, this method doesn't make the stream return, it needs to be reconnected every time the request is made. I see that T.TS.TTS has a stream method in it, does anyone know how to configure it to trigger the call to the stream method? This way I can implement the streaming function within the stream
The text was updated successfully, but these errors were encountered: