Skip to content

Releases: microsoft/cognitive-services-speech-sdk-js

Speech SDK 1.27.0: April 2023 release

05 Apr 17:13
Compare
Choose a tag to compare

Features:

  1. Speaker identification/verification now allows microphone input from the browser

Bug Fixes:

  1. display words and words have same corrected offset (#640)
  2. remove blob method from IAudioSource and implementing classes (#646)

Notification about upcoming changes

  • We plan to remove Online Certificate Status Protocol (OCSP) in the next JavaScript SDK release. This allows clients to better conform to browser and Node standards for certificate handling. Version 1.27 is the last release that includes our custom OCSP module.

Speech SDK 1.26.0: March 2023 release

07 Mar 01:36
Compare
Choose a tag to compare

Features:

  1. add enable miscue property setter to PronunciationAssessmentConfig (#636)

Bug Fixes:

  1. setting Seg timeout no longer overrides recognition mode (#630)
  2. added invalid nickname error for conversations (#615) (Community PR, thanks @Jxpxn!)
  3. lint fixes (#633)
  4. chore: update UUID lib and corresponding types lib (#617) (Community PR, thanks @me4502!)
  5. updated fix for speech seg timeout setting in continuous mode (#635)

Speech SDK 1.25.1: February 2023 release

03 Mar 16:01
Compare
Choose a tag to compare

Bug Fixes:

Fix customer issue #623 using JS SDK in React with PR #625
Bump http-cache-semantics from 4.1.0 to 4.1.1 to fix a DependaBot warning (#624)

Speech SDK 1.25.0: January 2023 release

09 Feb 20:00
Compare
Choose a tag to compare

Bug fixes

  • Fix for parsing some WAV files that were recorded on iOS devices (Customer issue)
  • JS SDK now builds without using npm-force-resolutions (Customer issue)
  • Conversation Translator now correctly sets service endpoint when using a speechConfig instance created using SpeechConfig.fromEndpoint()

Samples

See Speech SDK samples repository.

Speech SDK 1.24.1: October 2022 patch release

02 Nov 06:00
Compare
Choose a tag to compare

New features

  • Allow creating PhraseListGrammar from ConversationTranscriber (#584)
  • Use conventional idioms to access connection and phraseListGrammar fr… (#586)

Bug Fixes:

  • Fix regression in TranscriberRecognizer audio gating (#585).

Speech SDK 1.24.0: October 2022 release

14 Oct 18:47
Compare
Choose a tag to compare

New features
This is a bug fix only release.

Bug fixes
Fix authentication token not working when getting speech synthesis voice list (Customer issue).
Use data URL for worker loading (Customer issue).
Create audio processor worklet only when AudioWorklet is supported in browser (Customer issue). This was a community contribution by William Wong. Thank you William!
Fix recognized callback when LUIS response connectionMessage is empty (Customer issue).
Properly set speech segmentation timeout.

https://www.npmjs.com/package/microsoft-cognitiveservices-speech-sdk

Speech SDK 1.23.0: 2022-July release

30 Aug 19:14
Compare
Choose a tag to compare

Features

  • Added setTranslatedLanguagesAsync API (#542)
  • Improved test stability by moving to newer version of Jest (#558).

Bug Fixes

  • Fixed off by one bug in tests that caused test audio to not be complete (#557).

Speech SDK 1.21.0: April 2022 release

09 Jun 18:36
d55615a
Compare
Choose a tag to compare

Features

  • Added support for Continuous Language Identification when using the SpeechRecognizer object
  • Added Diagnostics APIs to enable console logging level and (Node only) file logging, to help Microsoft troubleshoot customer-reported issues

Bug Fixes

  • Fix issue where wav header was not updated with file size (GitHub issue)
  • Fix request ID desync issue breaking translation scenarios (GitHub issue)
  • Fix issue when instantiating SpeakerAudioDestination with no stream (GitHub issue]

Speech SDK 1.22.0: May 2022 release

09 Jun 19:28
Compare
Choose a tag to compare

Features

  • Add SegmentationSilenceTimeoutMs property (#509)
  • Add way to get connection for ConversationTranscriber (#529)
  • Support 22050Hz and 44100Hz pcm output formats for speech synthesis (#522)

Bug Fixes

  • Return activity as any for dialog service event, and fix test overrun. (#532)

Speech SDK 1.20.0: January 2022 release

22 Feb 23:52
Compare
Choose a tag to compare

Speech SDK 1.20.0: January 2022 release

New features

Added getVoicesAsync() API to SpeechSynthesizer to retrieve the list of supported synthesis voices (GitHub issue 1350)
Added getWaveFormat() API to AudioStreamFormat to support non-PCM wave formats (GitHub issue 452)
Added volume getter/setter and mute()/unmute() APIs to SpeakerAudioDestination (GitHub issue 463)

Bug Fixes

Use script processor fallback for microphone input if no audio worklet is found (GitHub issue 455)
Add protocol to agent to mitigate bug found with Sentry integration (GitHub issue 465)