Skip to content

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

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

Speech SDK 1.28.0: May 2023 release

09 May 17:34
Compare
Choose a tag to compare

New Features

We updated the setProperties API on SpeechTranslationConfig to accept PropertyId enum values as a parameter (#672 ).

Samples
Updated NodeJS Sample to read wave file header to determine format

Note
As mentioned in last month's release anouncement, Online Certificate Status Protocol (OCSP) was removed (#649 ). This allows clients to better conform to browser and Node standards for certificate handling. Version 1.28 and onward will no longer include our custom OCSP module.