- Notifications
You must be signed in to change notification settings - Fork10
Releases: spokestack/spokestack-android
v11.5.2
16a4177
Compare
Fixes
- calling
resume
on a pipeline without first callingpause
no longer causes the pipeline to hang
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v11.5.1
15103af
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v11.5.0
ee9a063
Compare
Features
- wakeword-only pipeline profile and empty ASR stage
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v11.4.2
aff34e8
Compare
Bug Fixes
- Refactored
getOrDefault
call in NLU module that caused crashes on devices running < API 24
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v11.4.1
baa5f97
Compare
Bug Fixes
- Reset wake word detector on pipeline deactivation to avoid spurious reactivation
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v11.4.0
628456a
Compare
Features
- New speech pipeline profile for using on-device wakeword detection and keyword recognition ASR simultaneously
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v11.3.0
448220b
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v11.2.0
964500c
Compare
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
).
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v11.1.0
33d9294
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v11.0.3
73db181
Compare
This release updates a default configuration value of the keyword recognizer to match the current training regime for keyword models.
Assets2
Uh oh!
There was an error while loading.Please reload this page.