react-speech-kit icon indicating copy to clipboard operation
react-speech-kit copied to clipboard

React hooks for Speech Recognition and Speech Synthesis

Results 49 react-speech-kit issues
Sort by recently updated
recently updated
newest added

Would it be possible to add this code in speak function in order to better deal with voice errors? please ``` utterance.addEventListener('error', function (event) { console.error("Failed to speak with \""...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Add pause and resume features on useSpeechSynthesis. Boolean paused variable also included.

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

This gist https://gist.github.com/jerryasher/d3ed5d979b3ca9cc6daade3dd82493b2 contains the package.json and App.js of a create-react-app whose behavior changes between react-speech-kit 2.0.5 and 3.0.1 Namely, speak works in 2.0.5 when placed in useCallback and doesn't...

Hi, can you provide little help on how to set up new language to voice?

The above error is coming when stopping and again listening to the microphone in useSpeechRecognition hook and there is the callback for result is not getting executed. I'm getting it...

I'm basically trying to implement a medical token display system. When a certain token is called, the token number should be read out loud. However, since this is a wall...

I am installing this package under React 18 but i am getting this error : npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm...