Skip to content

Releases: wit-ai/wit-unity

OVR Lipsync Sample

25 Apr 21:29
Compare
Choose a tag to compare

Sample covering the fix for integrating OVR Lip Sync and VSDK.

v51 Composer Release

24 Apr 21:16
Compare
Choose a tag to compare

Composer release supporting VSDK v51

voicesdk-v47-patch

02 Dec 21:29
Compare
Choose a tag to compare

There was an issue with AudioBuffer and Additive scene management. The singleton wasn't being properly cleaned up. The second patch will address this issue.

Fixes:

  • Fixes issue with AudioBuffer and additive scenes
  • Fixes issues with confidence ranges
  • Crashes on Oculus devices
  • Issues with dictation losing partial/full transcriptions when more than one comes in a single activation.

To install the patch:
Install Voice SDK from v46 of the Oculus Integration package.
Import both of the attached .unitypackage files

v49.0.50

15 Nov 22:18
Compare
Choose a tag to compare
  • Many fixes and improvements for conduit and composer core functionality.
  • Updated core namespaces. If you are using wit within code anywhere you will likely have to update your using values to point to the new namespace Meta.WitAi.

voicesdk-v46-patch

27 Oct 18:21
Compare
Choose a tag to compare

There was an issue with AudioBuffer and Additive scene management. The singleton wasn't being properly cleaned up. The second patch will address this issue.

Some users of Voice SDK v46 have reported seeing a crash originating due to a NullPointerException in native Java Voice SDK library. The attached .unitypackage will patch v46 to address this issue.

Fixes:

  • Fixes issue with AudioBuffer and additive scenes
  • Fixes issues with confidence ranges
  • Crashes on Oculus devices
  • Issues with dictation losing partial/full transcriptions when more than one comes in a single activation.

To install the patch:

  1. Install Voice SDK from v46 of the Oculus Integration package.
  2. Import both of the attached .unitypackage files

Voice SDK v44 Hotfix Patch

11 Oct 18:03
Compare
Choose a tag to compare
Pre-release

Some users of Voice SDK v43 and v44 have reported seeing a crash primarily during shutdown of a scene including an AppVoiceExperience. The attached unitypackage will patch v44 to address this issue.

v0.0.47 Fixes and Updates

05 Oct 19:23
Compare
Choose a tag to compare

This update contains fixes and updates around TTS and conduit features. Starting with the next version we will begin a refactor of namespaces and you will likely have to update some of your code to have the right using values.

Composer for Voice SDK

05 Oct 19:15
Compare
Choose a tag to compare
Pre-release

Voice SDK provides support for Composer, a new feature in Wit.ai for designing interactive conversations. Composer is a graph-based dialogue designer that can understand Intents, trigger client-side actions, and provide static or dynamic responses based upon the flow of the conversation.

Currently Supported Voice SDK Versions

  • v46

NOTE: There are two unitypackages attached here both require that you have Voice SDK installed and will not work with Wit-Unity alone. Make sure you grab the right one for the version of Voice SDK standalone package or Oculus Integration asset that you are using

Learn more about the Composer Unity plugin in the Voice SDK Oculus Developer Documentation.

v0.0.39 TTS

19 May 14:36
Compare
Choose a tag to compare

Adds new TTS feature to support the new Wit.ai /synthesize endpoint.

v0.0.26

28 Jan 19:50
82223b8
Compare
Choose a tag to compare
  • Cleaned and refactor editor UI.