Releases: microsoft/cognitive-services-speech-sdk-js
Speech SDK 1.27.0: April 2023 release
Features:
- Speaker identification/verification now allows microphone input from the browser
Bug Fixes:
- display words and words have same corrected offset (#640)
- 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
Features:
- add enable miscue property setter to PronunciationAssessmentConfig (#636)
Bug Fixes:
- setting Seg timeout no longer overrides recognition mode (#630)
- added invalid nickname error for conversations (#615) (Community PR, thanks @Jxpxn!)
- lint fixes (#633)
- chore: update UUID lib and corresponding types lib (#617) (Community PR, thanks @me4502!)
- updated fix for speech seg timeout setting in continuous mode (#635)
Speech SDK 1.25.1: February 2023 release
Speech SDK 1.25.0: January 2023 release
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
Speech SDK 1.24.1: October 2022 patch release
Speech SDK 1.24.0: October 2022 release
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
Speech SDK 1.21.0: April 2022 release
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
Speech SDK 1.20.0: January 2022 release
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)