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.
Other
78 stars 20 forks source link

Fix ring buffer and reduce calls to Microphone.Start #52

Closed yolanother closed 2 years ago

yolanother commented 2 years ago

This is a big change in how we handle the microphone that should improve performance for activation/deactivation on quest, android, and ios devices. It does have the potential to use more resources overall, but it will reduce headlock on quest when activating the mic.