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

In ionic mobile application when run TextToSpeech.speak() working in web not working in android device #93

Closed
jyothimarkal opened this issue Sep 29, 2021 · 0 comments

Comments

@jyothimarkal
Copy link

Hi,
In Ionic application when i run TextToSpeech.speak() working in web not working in android device,
and giving error in android
methodData: {"text":"This is a sample text.","lang":"en-US","rate":1,"pitch":1,"volume":1,"category":"ambient"}
I/Capacitor/Console: File: http://localhost/ - Line 218 - Msg: undefined

await TextToSpeech.speak({
text: "This is a sample text.",
lang: 'en-US',
rate: 1,
pitch: 1,
volume: 1,
category: 'ambient',
});

Plz help me.

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