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

Releases: spokestack/node-spokestack

Release 4.0.2

03 Feb 17:24
3f352fc

Choose a tag to compare

4.0.2 (2022-02-03)

This release updates dependencies.

Release 4.0.1

30 Nov 17:02
618ace8

Choose a tag to compare

4.0.1 (2021-11-30)

Bug Fixes

  • sockets: return the created socket server (5694933)

Release 4.0.0

23 Aug 21:19
2945845

Choose a tag to compare

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

03 Jun 19:19
6c9264d

Choose a tag to compare

3.2.1 (2021-06-03)

Release 3.2.0

26 Apr 19:27
e4e3f1e

Choose a tag to compare

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

Release 3.1.0-beta.7

02 Apr 21:44
6f9d4a7

Choose a tag to compare

Release 3.1.0-beta.7 Pre-release
Pre-release

3.1.0-beta.7 (2021-04-02)

Features

Bug Fixes

  • mic: allow mic errors to propagate; show them in demo (73e9c6e)
  • pipeline: explicit input names (#15) (aea472b)

Release 3.1.0-beta.6

31 Mar 20:47
9389602

Choose a tag to compare

Release 3.1.0-beta.6 Pre-release
Pre-release

3.1.0-beta.6 (2021-03-31)

Bug Fixes

  • worker: use fft width in filer model name; order output explicitly (#14) (8a3d48b)

Release 3.1.0-beta.5

30 Mar 21:53
098a7cf

Choose a tag to compare

Release 3.1.0-beta.5 Pre-release
Pre-release

3.1.0-beta.5 (2021-03-30)

Bug Fixes

  • worker: use terser for web-worker minification (5ea98f7)

Release 3.1.0-beta.4

30 Mar 19:59
6033ca2

Choose a tag to compare

Release 3.1.0-beta.4 Pre-release
Pre-release

3.1.0-beta.4 (2021-03-30)

Bug Fixes

  • asr: send empty buffer instead of empty string (8a17038)

Release 3.1.0-beta.3

30 Mar 19:23
6141e5d

Choose a tag to compare

Release 3.1.0-beta.3 Pre-release
Pre-release

3.1.0-beta.3 (2021-03-30)

Features

  • asr: make spokestackASRService and SpeechPipeline available (c233013)
  • worker: bundle tensorflow with the web worker (10bf00c)