Skip to content

Releases: wit-ai/wit-unity

v0.0.20

06 Dec 16:14
2940bdf
Compare
Choose a tag to compare

Performance issues and fixes.

  • Fixes threading issues with WitRequest
  • Improves activation performance

v0.0.20 - Alpha

17 Nov 15:40
Compare
Choose a tag to compare
v0.0.20 - Alpha Pre-release
Pre-release

This is an early release of v0.0.20 that is still undergoing testing.

0.0.16

14 Oct 21:44
c0645c9
Compare
Choose a tag to compare

Release fixes between v13 and v16.

  • Change how audio is captured to avoid fps drops when Activate is called
  • Fix bugs with ringbuffer
  • Address various UI issues

0.0.13 - Traits, Dynamic Entities

22 Sep 22:08
fd036a6
Compare
Choose a tag to compare

This version adds a number of fixes and features.

  • Traits
  • Dynamic entities provided in requests
  • Updated namespaces
  • Bugfixes

0.0.10 - Live Transcription Support

23 Aug 22:03
Compare
Choose a tag to compare

0.0.10 adds support for custom transcription services and live transcription data from the Wit.ai servers. Live transcription from Wit.ai servers is not yet available, but this sets up the framework for its use. The change also adds support for a CustomTranscriptionProvider that can be used to hook up on device transcription assets directly into the wit activation process.

0.0.7 - Mic Events

30 Jul 16:50
4d7ab22
Compare
Choose a tag to compare

Added new microphone stopped listening events that provide the reason the mic stopped listening.

0.0.6 - Buffered Audio and Delayed Activation

21 Jul 21:37
01a7a27
Compare
Choose a tag to compare
  • Added a ringbuffer so we can keep the mic active until the user speaks
  • Activation now opens the mic. Data is not sent until a minimum threshold is achieved
  • Added text comparison matcher for utterances
  • Fixed a handful of UI errors

0.0.5 - Build Bugfixes

16 Jul 16:37
Compare
Choose a tag to compare

0.0.4 had some editor code slip into the builds causing them to fail. This fixes builds.

0.0.4

14 Jul 18:20
Compare
Choose a tag to compare

Release replacing IDE tokens with Server Tokens