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

"completionHandler" doesn't get triggered on iOS when speaking by the plugin is interrupted by some other audio related action like phone call, telegram/slack call, etc. #504

Open
1 of 2 tasks
moksh-mahajan opened this issue Jun 10, 2024 · 0 comments

Comments

@moksh-mahajan
Copy link

🐛 Bug Report

Upon testing on iOS I found that, when speaking is going on by the FlutterTTS and it's interrupted by a telegram call or slack huddle, cancelHandler gets triggered and it will start the speaking again from the very start again, and this second time speaking which is going on doesn't trigger completionHandler as well as even when I try to call the .stop() method in the cancelHandler, it doesn't stop the speaking.

Expected behavior

  • completionHandler should be triggered when speaking is going for the second time (automatically after an interruption)

  • we should be able to stop the second time speaking using the .stop() method.

Reproduction steps

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