You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi everyone, i have the same problem too. On my case, the plugin was fine 2 weeks ago, but now is muted en IOS...
On the xcode console, is printing this errors:
⚡️ To Native -> TextToSpeech speak 72170864
2023-04-19 10:51:08.190741-0300 App[7643:6907181] [catalog] Unable to list voice folder
2023-04-19 10:51:08.213198-0300 App[7643:6907181] [catalog] Unable to list voice folder
2023-04-19 10:51:08.218390-0300 App[7643:6907181] [catalog] Unable to list voice folder
2023-04-19 10:51:08.239032-0300 App[7643:6907181] [catalog] Unable to list voice folder
And this is my code:
TextToSpeech.speak({
text: this.content.title,
lang: 'es-AR',
voice: 2
})
I did try whit es-Es or en-US on lang... or voice: 1, 2, 10, etc...
The method "getSupportedVoices returns some voice, this is aparently working fine.
Plugin version:
2.1.0
Platform(s):
iOS 16.2 (real device, not simulator)
Current behavior:
Nothing can be heard, device log shows errors (see below) after calling
speak()
Expected behavior:
Text will be read. No errors in log.
Steps to reproduce:
See related code.
Related code:
Other information:
Error Log:
Might be related to #84, except
getSupportedLanguages()
returns a valid array (see log).Capacitor doctor:
The text was updated successfully, but these errors were encountered: