cognitive-services-speech-sdk-js

Microsoft Azure Cognitive Services Speech SDK for JavaScript

OTHER License

Downloads
304.9K
Stars
263
Committers
37

Bot releases are hidden (Show)

cognitive-services-speech-sdk-js - Speech SDK 1.38.0: 2024- June release Latest Release

Published by BrianMouncer 4 months ago

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
cognitive-services-speech-sdk-js - Speech SDK 1.35.0: 2024- February release

Published by BrianMouncer 9 months ago

New features

Bug fixes

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

Samples

  • none
cognitive-services-speech-sdk-js - Speech SDK 1.34.1: 2024- January release

Published by BrianMouncer 9 months ago

What's Changed

Full Changelog: https://github.com/microsoft/cognitive-services-speech-sdk-js/compare/v1.33.0...v1.34.1

cognitive-services-speech-sdk-js - Speech SDK 1.33.1: 2023- October patch release

Published by BrianMouncer 11 months ago

Bug Fixes:

cognitive-services-speech-sdk-js - Speech SDK 1.33.0: 2023- October release

Published by BrianMouncer 11 months ago

New features:

Bug Fixes:

cognitive-services-speech-sdk-js - Speech SDK 1.32.0: 2023- September release

Published by BrianMouncer about 1 year ago

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 )
cognitive-services-speech-sdk-js - Speech SDK 1.30.1: 2023-July release

Published by BrianMouncer over 1 year ago

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

cognitive-services-speech-sdk-js - Speech SDK 1.29.0: 2023-June release

Published by BrianMouncer over 1 year ago

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

cognitive-services-speech-sdk-js - Speech SDK 1.28.0: May 2023 release

Published by BrianMouncer over 1 year ago

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.

cognitive-services-speech-sdk-js - Speech SDK 1.27.0: April 2023 release

Published by BrianMouncer over 1 year ago

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.
cognitive-services-speech-sdk-js - Speech SDK 1.26.0: March 2023 release

Published by BrianMouncer over 1 year ago

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)
cognitive-services-speech-sdk-js - Speech SDK 1.25.1: February 2023 release

Published by BrianMouncer over 1 year ago

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)

cognitive-services-speech-sdk-js - Speech SDK 1.25.0: January 2023 release

Published by BrianMouncer over 1 year ago

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.

cognitive-services-speech-sdk-js - Speech SDK 1.24.1: October 2022 patch release

Published by BrianMouncer almost 2 years ago

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).
cognitive-services-speech-sdk-js - Speech SDK 1.24.0: October 2022 release

Published by BrianMouncer about 2 years ago

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

cognitive-services-speech-sdk-js - Speech SDK 1.23.0: 2022-July release

Published by BrianMouncer about 2 years ago

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).
cognitive-services-speech-sdk-js - Speech SDK 1.22.0: May 2022 release

Published by BrianMouncer over 2 years ago

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)
cognitive-services-speech-sdk-js - Speech SDK 1.21.0: April 2022 release

Published by BrianMouncer over 2 years ago

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]
cognitive-services-speech-sdk-js - Speech SDK 1.20.0: January 2022 release

Published by BrianMouncer over 2 years ago

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)

cognitive-services-speech-sdk-js - ## Speech SDK 1.19.0: 2021-Nov release

Published by BrianMouncer almost 3 years ago

Highlights

-Speaker Recognition service is generally available (GA) now. Speech SDK APIs are available on C++, C#, Java and Javascript. With Speaker recognition you can accurately verify and identify speakers by their unique voice characteristics. See the document for more details.

New features

VoiceProfile & SpeakerRecognizer APIs made async/awaitable.
Support added for US government Azure regions.

Bug fixes

-**

Samples

Added new sample for voice assistants.

Package Rankings
Top 1.71% on Npmjs.org
Top 6.48% on Proxy.golang.org
Badges
Extracted from project README
npm version Downloads
Related Projects