This repository has been archived by the owner on May 6, 2022. It is now read-only.
Releases: spokestack/react-native-spokestack
Releases · spokestack/react-native-spokestack
Release 5.0.0-beta.3
5.0.0-beta.3 (2020-12-17)
Bug Fixes
Release 5.0.0-beta.2
5.0.0-beta.2 (2020-12-17)
Features
- add start/stop events, set default profile based on wakeword config (c3fa7b3)
Release 5.0.0-beta.1
Release 5.0.0-beta.0
5.0.0-beta.0 (2020-12-15)
Bug Fixes
- android: support play event on Android (b3da12a)
- types: set path props to required if nlu or wakeword are specified (0de16b7)
Features
- download: add ability to download model files, as well as pass source objects (#89) (71564d6)
- add back the trace event in ios (01aeb72)
- add partial_recognize both platforms; add removeAllListeners (ff4ddf5)
- rewrite react-native-spokestack using bob builder (47176fd)
BREAKING CHANGES
- download: all path options have been switched to options
that can accept a remote URL or a JS source object (i.e. from require
or import).
Path options include: wakeword.filterPath, wakeword.detectPath,
wakeword.encodePath, nlu.modelPath, nlu.metadataPath, and nlu.vocabPath.
These have been changed to wakeword.filter, wakeword.detect, etc.
- This also adds wakeword to the example.
- This is a rewrite of react-native-spokesatck using
bob builder (see https://github.com/callstack/react-native-builder-bob)
- The initialize signature has changed
- All configuration option names have changed, mostly from kebab-case to camelCase
- Event binding has changed to use addEventListener. The init event has been removed.
Use the promise returned from initialize instead.
Simplify config API
-
update RNSpokestack to spokestack-ios 14.0.0
-
update spokestack-android dep
-
update java tensorflow-lite dep
-
new react native error api
-
update android native layer to use turnkey interface & new js config api
-
update readme
Update Spokestack-iOS version
3.2.14 release 3.2.14
Update Spokestack-iOS version
Fix for Apple ASR sending two recognize events
Update Spokestack-iOS version
3.2.12 release 3.2.12
Fix for iOS repeated events; android and ios deps update
3.2.11 release 3.2.11
Fix tracing bug in iOS TFLiteWakewordRecognizer
3.2.10 release 3.2.10