web-speech-cognitive-services
Advanced tools
Changelog
[5.0.0] - 2019-10-23
audiostart
/audioend
/soundstart
/soundend
event, in PR #33abort
and stop
function, in PR #33stop
in-between recognizing
and recognized
will not emit final result
eventaudioConfig
option to override the default AudioConfig.fromDefaultMicrophoneInput
, in PR #33AudioContext
object to be passed as an option named audioContext
audioContext
option is passed, will create a new AudioContext
object on first synthesisSpeechRecognition.grammars.phrases
referenceGrammars
optionsspeechRecognitionEndpointId
speechSynthesisDeploymentId
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 #54stop()
function by finalizing partial speech, in PR #60AudioContext
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 ponyfillcreateSpeechServicesPonyfill
function is no longer asynchronous
voiceschanged
event on completion<meta>
tag, in PR #20EventTarget
interface, in PR #56 and PR #64event-target-shim@5.0.1
, we are adopting its source code, in PR #72