Skip to content
New issue

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

Language not supported on iOS device #4

Open
AENeuro opened this issue Nov 2, 2018 · 0 comments
Open

Language not supported on iOS device #4

AENeuro opened this issue Nov 2, 2018 · 0 comments

Comments

@AENeuro
Copy link

AENeuro commented Nov 2, 2018

I used the below code to try to speak Chinese, and it worked perfectly well on windows, android and MacOS, but for iOS devices, it just speaks English what so ever.
I tried to use getvoices() and it turns out that there ARE chinses voices supported.
So wierd

<SayButton speak="123" voice={voices => [].find.call(voices, v => v.lang === "zh-CN")} > Speak! </SayButton>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant