web-speech-cognitive-services
Advanced tools
Changelog
[8.0.0] - 2024-11-26
SpeechRecognitionResult
and SpeechRecognitionResultList
is now a array-like object, use Array.from()
to convert them into an array@types/node@20.13.0
@typescript-eslint/eslint-plugin@7.11.0
@typescript-eslint/parser@7.11.0
classnames@2.5.1
dotenv@16.4.5
eslint-plugin-react@7.34.2
jest-environment-jsdom@29.7.0
microsoft-cognitiveservices-speech-sdk@1.36.0
node-fetch@2.7.0
on-error-resume-next@2.0.1
prettier@3.3.0
react-dom@18.3.1
react-redux@9.1.2
react@18.3.1
redux-saga@1.3.0
redux@5.0.1
typescript@5.4.5
createSpeechServicesPonyfill
should return both SpeechRecognition
and SpeechSynthesis
ponyfill, in PR #227
createSpeechServicesPonyfill
will throw if the browser does not support Media Capture and Streams API, instead of warning and continue