We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, can you provide little help on how to set up new language to voice?
The text was updated successfully, but these errors were encountered:
I'm not sure what you mean by set up a new language, but the useSpeechSynthesis hook returns an array of voices that are available in the browser. You can then pass this as an argument when you call the speak function. For an example see https://github.com/MikeyParton/react-speech-kit/blob/master/examples/src/useSpeechSynthesis.jsx.
useSpeechSynthesis
speak
Is this what you are after?
Sorry, something went wrong.
No branches or pull requests
Hi, can you provide little help on how to set up new language to voice?
The text was updated successfully, but these errors were encountered: