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

If starting with "~" in Korean on iOS, it won't read the sentence to the end. #513

Open
1 of 2 tasks
nero-angela opened this issue Jul 16, 2024 · 0 comments
Open
1 of 2 tasks

Comments

@nero-angela
Copy link

🐛 Bug Report

If starting with "~" in Korean on iOS, it won't read the sentence to the end.

Expected behavior

Should read the sentence to the end.

Reproduction steps

Run the below code.

final tts = FlutterTts();

/// There is no problem in English, and I have confirmed that it only occurs in Korean.
await tts.setLanguage('ko');

/// If it starting with "~", it doesn't read the last abc.
await tts.speak("~abc, abc, abc");
await Future.delayed(const Duration(seconds: 2));

/// If it does not start with "~", everything is read.
await tts.speak("abc, abc, abc");

Configuration

Version: 4.0.2
Platform:

  • 📱 iOS
  • 🤖 Android
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