npm microsoft-cognitiveservices-speech-sdk 1.10.0
Speech SDK for JavaScript 1.10.0

latest releases: 1.36.0, 1.35.0, 1.34.0...
4 years ago

New Features:

  • (Preview) Multi-device Conversation: added support for JavaScript and Node.js
  • (Preview) Multi-device Conversation: added support for getting a Connection from a ConversationTranslator.
    • You can use this to register for connected/disconnected events
    • You can use this to reconnect to an existing conversation using the Open() function if you get disconnected due to networking or other issues

Samples:

  •  Added Multi-device Conversation quickstarts for JavaScript
  • Allow setting a custom EndPoint for the Dialog Connector

Big Fixes:

  • Enable setting EndpointId's on the SpeechTranslationConfig object.
  • Enable selecting a non-default microphone.
  • Fix bug in using "process" object that wasn't available in browsers.

Other Changes:

  • StopContinuousRecognitionAsync() will now wait to call its continuation callback until any pending audio sent to the Speech Service has been processed. Previously it aborted all pending audio immediately.
    Removed the 10 minute limit for File based Speech Recognition. The Speech SDK will now use the wave header in the file in the event it needs to reconnect to the service.

Don't miss a new microsoft-cognitiveservices-speech-sdk release

NewReleases is sending notifications on new releases.