Socket
Socket
Sign inDemoInstall

web-speech-cognitive-services

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-speech-cognitive-services - npm Package Versions

1
16

5.0.2-master.e668a0d

Diff

compulim
published 5.0.2-master.e462e9e •

compulim
published 5.0.2-master.d388ae9 •

compulim
published 5.0.1 •

Changelog

Source

[5.0.1] - 2019-10-25

Changed

  • Fixed dependences in PR #76
    • bundle package
      • dependencies: Moved eslint to development dependencies
    • component package
      • peerDependencies: No longer requires react
      • dependencies
        • Moved eslint to development dependencies
        • Removed event-target-shim because incompatibility with ES5
      • devDependencies: Removed react
    • Removed import '@babel/runtime' explicitly
compulim
published 5.0.1-master.8da76d8 •

compulim
published 5.0.1-master.395ada4 •

compulim
published 5.0.0 •

Changelog

Source

[5.0.0] - 2019-10-23

Breaking changes

  • Instead of stopping AudioContext after all pending utterances are finished, the AudioContext is now persisted. If this is not desirable in your application and would like to control the lifetime of AudioContext object, please create your own instance and pass it as an option named audioContext when creating the ponyfill
  • createSpeechServicesPonyfill function is no longer asynchronous
    • Immediate after the ponyfill is created, we will fetch voice list from the services and emit voiceschanged event on completion

Added

  • Speech recognition: Fix #23 and #24, support audiostart/audioend/soundstart/soundend event, in PR #33
  • Speech recognition: Fix #25 and #26, support true abort and stop function, in PR #33
  • Speech recognition: Fix #29, support continuous mode, in PR #33
    • Quirks: in continuous mode, calling stop in-between recognizing and recognized will not emit final result event
  • Speech recognition: New audioConfig option to override the default AudioConfig.fromDefaultMicrophoneInput, in PR #33
  • Speech synthesis: Fix #32, fetch voices from services, in PR #35
  • Speech synthesis: Fix #34, in PR #36 and PR #44
    • Support user-controlled AudioContext object to be passed as an option named audioContext
    • If no audioContext option is passed, will create a new AudioContext object on first synthesis
  • Speech synthesis: If an empty utterance is being synthesized, will play an local empty audio clip, in PR #36
  • Speech recognition: Fix #30, support dynamic phrases, in PR #37
    • Pass it as an array to SpeechRecognition.grammars.phrases
  • Speech recognition: Fix #31, support reference grammars, in PR #37
    • When creating the ponyfill, pass it as an array to referenceGrammars options
  • Speech recognition: Fix #27, support custom speech, in PR #41
    • Use option speechRecognitionEndpointId
  • Speech synthesis: Fix #28 and #62, support custom voice font, in PR #41 and PR #67
    • Use option speechSynthesisDeploymentId
    • Voice list is only fetch when using subscription key
  • Speech synthesis: Fix #48, support output format through outputFormat option, in PR #49
  • *: Fix #47, add enableTelemetry option for disabling collecting telemetry data in Speech SDK, in PR #51 and PR #66
  • *: Fix #53, added ESLint, in PR #54
  • Speech synthesis: Fix #39, support SSML utterance, in PR #57
  • Speech recognition: Fix #59, support stop() function by finalizing partial speech, in PR #60
  • Fix #67, add warning when using subscription key instead of authorization token, in PR #69
  • Fix #70, fetch authorization token before every synthesis, in PR #71

Changed

Fixed

  • Fix #45. Speech synthesize should emit "start" and "error" if the synthesized audio clip cannot be fetch over the network, in PR #46
compulim
published 5.0.0-master.edfd25f •

compulim
published 4.0.1-master.556e2aa •

compulim
published 4.0.1-master.4f86e55 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc