This repository has been archived by the owner on May 6, 2022. It is now read-only.
Releases: spokestack/node-spokestack
Releases · spokestack/node-spokestack
Release 4.0.2
Release 4.0.1
Release 4.0.0
4.0.0 (2021-08-23)
⚠ BREAKING CHANGES
- clientID and clientSecret are now required config, but
this removes the requirement for the env vars. It's up to the user not
to expose their client ID and secret publicly
Features
- add clientId/clientSecret params; only recommend env vars (dca2d97)
Bug Fixes
- recordstream: add normal closure code to ws close (fb03f80)
Release 3.2.1
3.2.1 (2021-06-03)
Release 3.2.0
3.2.0 (2021-04-26)
Features
This release adds experimental support for the full speech pipeline, with support for wake word, keyword, and voice activity detection. The speech pipeline uses tensorflow.js off the main thread in a web worker to process speech using Spokestack models.
Note: The speech pipeline is currently only supported in Blink browsers such as Chrome, Edge, Opera, Brave, and Vivaldi. It uses advanced APIs not yet available in the other browsers (specifically, some webgl APIs used in tensorflow.js).
Bug Fixes
- ASR one-off requests (using the
asr
function) reported the first match rather than the final match. This bug did not affect websocket ASR. - Added stricter type checking for the sampleRate argument on ASR requests
- Improved error reporting