Skip to content

Releases: compulim/web-speech-cognitive-services

v8.1.0 (#236)

06 Jan 23:39
ff194b9
Compare
Choose a tag to compare

[8.1.0] - 2025-01-06

Added

  • Added initialSilenceTimeout option to shorten or prolong the timeout of silence detection before speech is detected, by @compulim, in PR #232

v8.0.0 (#230)

26 Nov 03:24
5ac050a
Compare
Choose a tag to compare

[8.0.0] - 2024-11-26

Changed

Fixed

  • Fixed #218. Speech recognition should stopping properly in some cases, in PR #218
    • Interactive mode, muted microphone
    • Continuous and interactive mode, stop shortly after start
  • Fixed #221. Continuous mode with successful interims should stop without errors, in PR #222
  • Fixed #226. createSpeechServicesPonyfill should return both SpeechRecognition and SpeechSynthesis ponyfill, in PR #227
    • 💥 createSpeechServicesPonyfill will throw if the browser does not support Media Capture and Streams API, instead of warning and continue

[7.1.2] - 2022-09-27

[7.1.1] - 2021-07-20

[7.1.0] - 2021-02-01

01 Feb 21:14
Compare
Choose a tag to compare

[7.0.1] - 2020-08-06

06 Aug 23:13
Compare
Choose a tag to compare

[7.0.0] - 2020-05-27

27 May 20:38
Compare
Choose a tag to compare

Breaking changes

  • To enable developers to select their version of Cognitive Services Speech SDK and use newer features, we are moving microsoft-cognitiveservices-speech-sdk to peerDependencies.
    • When you install web-speech-cognitive-services, you will also need to install a compatible version of microsoft-cognitiveservices-speech-sdk.

Changed

[6.3.0] - 2020-03-28

28 Mar 07:16
Compare
Choose a tag to compare

[6.2.0] - 2020-03-27

27 Mar 19:04
Compare
Choose a tag to compare

Breaking changes

  • Temporarily reverting breaking changes by reintroducing Bing Speech and fetchAuthorizationToken, by @compulim in PR #92.

[6.1.0] - 2020-03-26

26 Mar 08:04
Compare
Choose a tag to compare

Breaking changes

Added

Removed

Changed