This repository has been archived by the owner on May 6, 2022. It is now read-only.
Releases: spokestack/spokestack-android
Releases · spokestack/spokestack-android
v11.5.2
v11.5.1
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
Features
- wakeword-only pipeline profile and empty ASR stage
v11.4.2
Bug Fixes
- Refactored
getOrDefault
call in NLU module that caused crashes on devices running < API 24
v11.4.1
Bug Fixes
- Reset wake word detector on pipeline deactivation to avoid spurious reactivation
v11.4.0
Features
- New speech pipeline profile for using on-device wakeword detection and keyword recognition ASR simultaneously
v11.3.0
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
Features
- The speech pipeline profile can now be set directly from the
Spokestack
builder object viawithPipelineProfile()
. - 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
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
This release updates a default configuration value of the keyword recognizer to match the current training regime for keyword models.