Skip to content

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

Speech SDK 1.42.0 December release

19 Feb 00:13
2c080e5
Compare
Choose a tag to compare

New Features:

  • Added public property id Speech_SegmentationStrategy to determine when a spoken phrase has ended and a final recognized result should be generated(including semantic segmentation)
  • Added public property id Speech_SegmentationMaximumTimeMs determine the end of a spoken phrase based on time in Java, Python, C#, C++

Bug Fixes:

  • Fixed Transcription offsets
  • Fixed possible lost NoMatch results when at the end of audio. This fix also aligns the behavior at the end of speech with the other SDK languages and may result in some empty events no longer being raised.
  • Fixup offsets in result JSON to align with the offset on result objects. Previously only the result object's offset property was fixed up to account for service reconnections.
  • Bump webpack from 5.90.3 to 5.95.0 in /tests/packaging (#864)

Speech SDK 1.41.0 October release

16 Oct 22:00
4d0f521
Compare
Choose a tag to compare

New Features:

  • Added support for intermediate results to have diarization applied.

Bug Fixes:

  • Fixed error handling arbitrary sampling rates in JavaScript
  • Fixed error caculating the audio offset in JavaScript
    • Thanks to motamed for this contribution.

Speech SDK 1.38.0: 2024- June release

12 Jun 15:44
Compare
Choose a tag to compare

New features

  • Add TTS support g722-16khz-64kbps audio output format (#815)

Bug fixes

  • update the default TTS voice to multilingual with auto language detection (#808)
  • add globalThis binding for cloud worker scenarios (#811)

Samples

  • none

Speech SDK 1.35.0: 2024- February release

06 Feb 15:12
Compare
Choose a tag to compare

New features

Bug fixes

  • updated a deprecated Prop() call to the more acceptable getPrototypeOf() (#779) (Thank you @iddogino for your contribution).

Samples

  • none

Speech SDK 1.34.1: 2024- January release

06 Feb 15:11
Compare
Choose a tag to compare

What's Changed

  • Update Bug-Report.yml by @glharper in #754
  • fix pronunciation assessment continuous tests failure by @yulin-li in #761
  • revert initial changes to PCMRecorder and package.json by @glharper in #766
  • show original error if avatar synthesis failed by @yulin-li in #768

Full Changelog: v1.33.0...v1.34.1

Speech SDK 1.33.1: 2023- October patch release

14 Nov 21:26
Compare
Choose a tag to compare

Bug Fixes:

Speech SDK 1.33.0: 2023- October release

13 Nov 22:00
Compare
Choose a tag to compare

Speech SDK 1.32.0: 2023- September release

05 Sep 18:14
26c454a
Compare
Choose a tag to compare

Upcoming plans:

  • JS SDK is planning to move our compiled JS output target from ES5 to ES6 with the 1.33 release.

New features:

  • WebWorkerLoadType property added to allow bypass of data URL load for timeout worker (#724 )

Bug Fixes:

  • Fix Conversation Translation disconnect after 10 minutes (#721 )
  • Conversation Translation auth token from Conversation now propagates to Translation service connection (#722 )

Speech SDK 1.30.1: 2023-July release

06 Jul 19:55
Compare
Choose a tag to compare

New features

none

Bug fix:

  • ResultId property and reason property now correctly updated in ConversationTranslationResult (#683 )

https://github.com/Azure-Samples/cognitive-services-speech-sdk

Speech SDK 1.29.0: 2023-June release

21 Jun 18:24
Compare
Choose a tag to compare

New features

  • JS - Continuous LID enabled for translation scenarios
  • JS - (Community PR) Added LocaleName property to VoiceInfo class (#679 ) thank you @shivsarthak

Bug fixes

  • None

Samples