wit-unity
wit-unity copied to clipboard
Wit-Unity is a Unity C# wrapper around the the Wit.ai rest APIs and is a core component of Voice SDK.
How can I get a list of male or female voices to match randomly with a set of male or female characters in my game. I'm using this code to...
Moving Samples to Samples~ hides these assets from Unity until they are imported. Otherwise, once they are imported via the Package Manager, there are conflicts (i.e. such-and-such file already exists).
I am trying to build an application for WebGL and I am using the Wit.AI package in it. When trying to Build the application, I am getting an error "Assets\wit-unity-0.0.39\Scripts\Runtime\Lib\Mic.cs(364,41):...
Hi guys, I have been building a project using this package. Since last night (4/7/23) I am unable to receive a partial or full transcription callback from Wit. App ID:...
Whenever I try to add response matcher to my response handler object, the response matcher is completely empty and I get this error: ArgumentException: You can only call GUI functions...
Hello! I want to make Wit deactivate if the user is silent for more than N seconds after the last spoken phrase. However, I cannot rely on the mic level...
Hi there! I have two intents setup in my Wit.ai configuration: reciteWord and reciteSentence. - Recite word is trained on a list of keywords (single words) and if the user...
Hi to all, i'm using unity 2021 , when I install wit.ai through the packet manager, I get these errors: **Library\PackageCache\com.facebook.witai@496b6eee92\Scripts\Editor\Utility\WitUnderstandingViewer.cs(13,18): error CS0234: The type or namespace name 'Dictation' does...
I have been working on a project where I am using wit.ai for voice recegnition in a scene that can be loaded, exited, and reloaded. I noticed that on the...
Having trouble setting up a more custom implementation of this SDK where I want to manage transcription with the Open AI whispers for on-device transcription so I can also utilize...