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

No way to really stop listener (?) #6

Open
dangoran opened this issue Mar 12, 2021 · 1 comment
Open

No way to really stop listener (?) #6

dangoran opened this issue Mar 12, 2021 · 1 comment

Comments

@dangoran
Copy link

It would be great if stopSpeechListenService actually stopped the service. Now it just stops giving you results, but you can se in the debug console that it's still listening and reacting to voice input.

@williamrech
Copy link

Maybe too late, but i used the stopSpeechListenService inside WillPopScope and it worked.

return WillPopScope( onWillPop: () async { stt.stopSpeechListenService(); return true; },

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

2 participants