Repository for tts-react
, a React component and hook that uses the SpeechSynthesis
and SpeechSynthesisUtterance
API's to convert text to speech. You can fallback to the HTMLAudioElement
API by providing a fetchAudioData
prop to the hook or component.
npm i react react-dom tts-react
- Helped fix a
SpeechSynthesisUtterance
default volume Chrome bug.