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
Plugin version:
4.0.2
Platform(s):
web
Current behavior:
const voices = await TextToSpeech.getSupportedVoices(); const languages = await TextToSpeech.getSupportedLanguages(); console.log(voices) console.log(languages)
both return empty arrays
Expected behavior:
They should be a list
Steps to reproduce:
in one of my js files, I have that code, when I run it I gen empty arrays
Related code:
Other information:
as a workaround, I wrapp it in a settimeout. That works
setTimeout(async () => { const voices = await TextToSpeech.getSupportedVoices(); const languages = await TextToSpeech.getSupportedLanguages(); console.log(voices) console.log(languages) }, 100)
Capacitor doctor:
💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 6.1.0 @capacitor/core: 6.1.0 @capacitor/android: 6.1.0 @capacitor/ios: 6.1.0 Installed Dependencies: @capacitor/ios: not installed @capacitor/cli: 6.1.0 @capacitor/core: 6.1.0 @capacitor/android: 6.1.0 [success] Android looking great! 👌
The text was updated successfully, but these errors were encountered:
See https://capacitor-plugin-demo-robingenz.vercel.app/text-to-speech
It would not show voices on my phone
Sorry, something went wrong.
No branches or pull requests
Plugin version:
4.0.2
Platform(s):
web
Current behavior:
both return empty arrays
Expected behavior:
They should be a list
Steps to reproduce:
in one of my js files, I have that code, when I run it I gen empty arrays
Related code:
Other information:
as a workaround, I wrapp it in a settimeout. That works
Capacitor doctor:
The text was updated successfully, but these errors were encountered: