Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Releases: spokestack/spokestack-ios

Release 14.2.1

25 Aug 22:04
e6457fd
Compare
Choose a tag to compare

no-op release for release branch

Release 14.2.0

25 Aug 21:20
9a2ceb8
Compare
Choose a tag to compare
  • Update TensorFlowLite dep to 2.6.0
  • Modernize Spokestack models used in example project

Release 14.1.0

13 May 14:59
43eeb55
Compare
Choose a tag to compare
  • feature: keyword recognizer uses json metadata for classes if SpeechConfiguration.keywordMetadataPath is set

Release 14.0.6

21 Apr 03:11
68de84b
Compare
Choose a tag to compare

fix: pipeline profiles enum now matches order expected by react-native-spokestack

Release 14.0.5

10 Feb 20:10
c4ea692
Compare
Choose a tag to compare
  • Update keyword recognizer internals to improve efficiency
  • Improve keyword recognizer runtime error message

Apple recognizer concurrency fixes

05 Jan 23:10
0d2f7e6
Compare
Choose a tag to compare

Fixes #109 & #110. Memory usage is now constant when running AppleSpeechRecognizer and AppleWakewordRecognizer.

Fix: ‘SFSpeechAudioBufferRecognitionRequest cannot be re-used’

16 Nov 21:40
85b4ce3
Compare
Choose a tag to compare

Bug fix: fatal error in AppleWakewordRecognizer

29 Oct 21:19
0320099
Compare
Choose a tag to compare
  • Reorder AppleWakewordRecognizer ASR timeout dispatch to avoid forced unwrap

Release 14.0.1

20 Oct 17:42
d5b35fc
Compare
Choose a tag to compare
  • reorder profile enums for react native interop

Release 14.0.0!

13 Oct 19:11
208b41f
Compare
Choose a tag to compare
  • Upgrade TensorflowLite dep to 2.3.0
  • XCode 12 compatibility
  • Spokestack ASR sends a timeout if the activation max ends without a transcript
  • Configurable automatic ASR utterance classification and optional transcript editing pre-classification
  • Unified delegate and builder interfaces for Spokestack modules