Daniel Lutton

Results 178 comments of Daniel Lutton

@jporrinoclapps that is very helpful thank you.

@dqtorres are you possibly setting it to an engine that isn't installed on the device? By default it uses the Google TTS engine, so the setEngine method isn't necessary unless...

@dqtorres do you receive the same error as mentioned by @jporrinoclapps?

did you try `await flutterTts.setIosAudioCategory` for what you mentioned above? I'm also opened to PRs for improvements to this plugin.

@jacksun0124 is this occurring on all platforms or is this specific to a single platform such as Android?

do you have the code snippet you're running when receiving this error and the language this is crashing with?

I was able to recreate the issue. It's interesting that removing `ha` from your sentence results in a successful utterance. I'll continue to look into the issue.

@JobiJoba it's an issue that was addressed in the ios forums. I'll have to see if there is a work around until it's fixed.

Can you provide the output from `flutter doctor` and any other error messages you might be receiving in the logs.