Releases: wit-ai/wit-unity
v0.0.20
Performance issues and fixes.
- Fixes threading issues with WitRequest
- Improves activation performance
v0.0.20 - Alpha
This is an early release of v0.0.20 that is still undergoing testing.
0.0.16
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
This version adds a number of fixes and features.
- Traits
- Dynamic entities provided in requests
- Updated namespaces
- Bugfixes
0.0.10 - Live Transcription Support
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
Added new microphone stopped listening events that provide the reason the mic stopped listening.
0.0.6 - Buffered Audio and Delayed Activation
- 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
0.0.4 had some editor code slip into the builds causing them to fail. This fixes builds.
0.0.4
Release replacing IDE tokens with Server Tokens