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

Releases: spokestack/react-native-spokestack

Release 5.0.0-beta.3

17 Dec 19:22
f49f1bd
Compare
Choose a tag to compare
Release 5.0.0-beta.3 Pre-release
Pre-release

5.0.0-beta.3 (2020-12-17)

Bug Fixes

  • android: fix NLU classify result proxy (5fddc3b)
  • android: send start/stop events on android (c489eb9)
  • expose listener methods as separate exports (7fd07cd)

Release 5.0.0-beta.2

17 Dec 17:36
87589a1
Compare
Choose a tag to compare
Release 5.0.0-beta.2 Pre-release
Pre-release

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

15 Dec 20:34
b2f578a
Compare
Choose a tag to compare
Release 5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2020-12-15)

Features

  • add isInitialized, isStarted, and isActivated (f0f1abf)

Release 5.0.0-beta.0

15 Dec 16:22
d1a36da
Compare
Choose a tag to compare
Release 5.0.0-beta.0 Pre-release
Pre-release

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.
  • 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

06 Nov 19:29
9e9d808
Compare
Choose a tag to compare
  • 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

04 Sep 20:03
a4c2b36
Compare
Choose a tag to compare
3.2.14

release 3.2.14

Update Spokestack-iOS version

01 Sep 15:54
23050db
Compare
Choose a tag to compare

Fix for Apple ASR sending two recognize events

Update Spokestack-iOS version

28 Aug 17:19
3ea8963
Compare
Choose a tag to compare
3.2.12

release 3.2.12

Fix for iOS repeated events; android and ios deps update

20 Aug 20:40
806eb53
Compare
Choose a tag to compare

Fix tracing bug in iOS TFLiteWakewordRecognizer

19 Aug 15:02
cff4e2a
Compare
Choose a tag to compare