wit-ai / wit-unity

Wit-Unity is a Unity C# wrapper around the the Wit.ai rest APIs and is a core component of Voice SDK.

Home Page:https://developer.oculus.com/documentation/unity/voice-sdk-overview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend Speech to text transcription time

Sadiq-Naizam opened this issue · comments

I've been using wit ai 's Speech to text feature and it has been fantastic. But one issue I keep facing is that I cannot transcribe multiple sentences at once. If I take a pause at the end of the sentence, the activation stops. I would have to start over again. I want the ability to define a wait period before the app experience deactivates So far I've tried tweaking the Min Keep alive time and Min Keep Alive volume in the App Voice Experience script but that doesn't seem to do anything.

Are you using this for voice commands or dictation purposes? It sounds like you're using it with the intent of recognizing multiple sentences for dictation. If that is the case I'd recommend using the dictation module instead of the appvoiceexperience module, it is more tailored to capturing long form text. AppVoiceExperience is designed to handle short input voice commands and will endpoint as soon as it thinks it has enough to process a voice command.