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

Releases: spokestack/spokestack-android

v11.5.2

20 Aug 20:06
16a4177
Compare
Choose a tag to compare

Fixes

  • calling resume on a pipeline without first calling pause no longer causes the pipeline to hang

v11.5.1

10 Aug 21:28
15103af
Compare
Choose a tag to compare

This release includes minor fixes for the Azure speech recognizer.

Bug Fixes

  • honor locale in azure speech recognizer
  • add partial recognition listener for Azure
  • avoid timeout for empty Azure transcripts

v11.5.0

27 Jul 20:10
ee9a063
Compare
Choose a tag to compare

Features

  • wakeword-only pipeline profile and empty ASR stage

v11.4.2

03 Jun 20:29
aff34e8
Compare
Choose a tag to compare

Bug Fixes

  • Refactored getOrDefault call in NLU module that caused crashes on devices running < API 24

v11.4.1

14 May 14:56
baa5f97
Compare
Choose a tag to compare

Bug Fixes

  • Reset wake word detector on pipeline deactivation to avoid spurious reactivation

v11.4.0

12 May 21:20
628456a
Compare
Choose a tag to compare

Features

  • New speech pipeline profile for using on-device wakeword detection and keyword recognition ASR simultaneously

v11.3.0

29 Apr 20:39
448220b
Compare
Choose a tag to compare

Features

  • Rasa NLU and dialogue policy
  • Finalize prompts via Spokestack wrapper

Bug Fixes

  • enforce ordering of TTS responses
  • ensure pipeline is resumed when TTS is stopped with stopPlayback

v11.2.0

02 Apr 21:38
964500c
Compare
Choose a tag to compare

Features

  • The speech pipeline profile can now be set directly from the Spokestack builder object via withPipelineProfile().
  • Classes for a keyword model can be loaded from the model's metadata file instead of being specified manually (see keyword-metadata-path).

v11.1.0

10 Mar 20:45
33d9294
Compare
Choose a tag to compare

Features

  • added a new profile for using a keyword detector as ASR

Fixes

  • a typo in the Spokestack ASR profile was preventing it from loading

v11.0.3

05 Mar 21:33
73db181
Compare
Choose a tag to compare

This release updates a default configuration value of the keyword recognizer to match the current training regime for keyword models.