How to implement this with streaming? [Question] #39
Labels
community
question
Further information is requested
waiting for response
When the developer has responded and is awaiting more information.
Hey! I Loved the framework.
We are working on an app that gets "chunks" of text (like a bot) from an API. We want to sync the API calls with the Speech.
So we get something like:
"Hey"
"Hey There"
"Hey There Cute Puppy"
I assume we need an internal manager to feed the OSSVoice() object with the correct String. My question is, how can I properly achieve this from the framework perspective? Should I stop and re-speakText every time?
The text was updated successfully, but these errors were encountered: