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

[BUG] [Windows] SpeechToText.RecognitionResultCompleted never fires after StartListenAsync #2018

Open
2 tasks done
lostmsu opened this issue Jul 11, 2024 · 0 comments
Open
2 tasks done
Labels
area/essentials Issue/Discussion/PR that has to do with Essentials bug Something isn't working unverified

Comments

@lostmsu
Copy link

lostmsu commented Jul 11, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

RecognitionResultCompleted never fires and handler breakpoint is never hit

Expected Behavior

RecognitionResultCompleted is fired after recognizer decides user stopped talking

Steps To Reproduce

  1. Open MAUI samples project
  2. Put a breakpoint on HandleRecognitionResultCompleted method
  3. Launch it on "Windows Machine"
  4. Open "Essentials" -> "SpeechToText"
  5. Click "StartListenAsync"
  6. Say "Hello"
  7. Wait

Link to public reproduction project repository

https://github.com/CommunityToolkit/Maui

Environment

- .NET MAUI CommunityToolkit: 9.0.2
- OS: Windows 11 23H2
- .NET MAUI: 8.0.70

Anything else?

No response

@lostmsu lostmsu added bug Something isn't working unverified labels Jul 11, 2024
@vhugogarcia vhugogarcia added the area/essentials Issue/Discussion/PR that has to do with Essentials label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/essentials Issue/Discussion/PR that has to do with Essentials bug Something isn't working unverified
Projects
None yet
Development

No branches or pull requests

2 participants