issues
search
morganney
/
tts-react
Convert text to speech using React.
https://morganney.github.io/tts-react/
MIT License
50
stars
7
forks
source link
feat: return speech synthesis voices from useTts.
#13
Closed
morganney
closed
2 years ago
morganney
commented
2 years ago
Returns a
SpeechSynthesisVoice[]
from
useTts
. Chrome requires user interaction before loading these it seems, despite using the
voiceschanged
event. The documentation's
Hook
story has an example of clicking a button to load the voices.
SpeechSynthesisVoice[]
fromuseTts
. Chrome requires user interaction before loading these it seems, despite using thevoiceschanged
event. The documentation's Hook story has an example of clicking a button to load the voices.