Releases: microsoft/cognitive-services-speech-sdk-js
Releases · microsoft/cognitive-services-speech-sdk-js
Speech SDK 1.42.0 December release
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
Speech SDK 1.38.0: 2024- June release
Speech SDK 1.35.0: 2024- February release
Speech SDK 1.34.1: 2024- January release
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
Bug Fixes:
- Shortly after release with found some issues with the ES6 changes and different version of node. This patch fixes those issues.
remove all require usage in SDK to allow browser operation
Speech SDK 1.33.0: 2023- October release
New features:
- Packed lib files now targets ES6 JS, with support for ES5 JS removed Example of required changes to your projects to target ES6 rather than ES5
- AudioWorkletNode module loads now uses a trusted URL, with fallback for CDN browser includes.
Bug Fixes:
Speech SDK 1.32.0: 2023- September release
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:
Speech SDK 1.30.1: 2023-July release
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
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