MicrosoftDocs / winrt-api

WinRT reference content for developing Microsoft Universal Windows Platform (UWP) apps
Creative Commons Attribution 4.0 International
231 stars 499 forks source link

Continuous Dication in Windows.Media.SpeechRecognition stopped working #2368

Closed naveenrobo closed 1 year ago

naveenrobo commented 1 year ago

We are running a Windows Application what uses Windows.Media.SpeechRecognizer. Till day before yesterday it was working and we were able to use Continuous Dictation feature and it was great. For last two days the same application stopped working and Continous Dictaion stopped working. We also tried Continous Dictation on Windows Universal Samples there also same issue exists.

Here is the link to the same issue on that repo.

Windows-Universal-Sample SpeechReconizer issue


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

livioenrico commented 1 year ago
livioenrico commented 1 year ago
livioenrico commented 1 year ago

We have tested on the latest builds of Windows 10 (22H2 19045.2846) and also on older builds, on numerous different computers, with 32-bit and 64-bit operating systems, in various languages including US English, Italian, and Chinese.

We have tried the on-screen keyboard microphone and also using the WINDOWS + H keys.

We have also tried to compile the "SpeechRecognitionAndSynthesis" example found in Microsoft's official SDKs.

We have also tried to write CSharp applications for Desktop and UWP.

In all cases, using the System.Speech.Recognition classes works fine, but the OnSpeechRecognized and OnSpeechHypothesized callbacks are never called.

All these examples worked perfectly on all PCs up to a month ago.

livioenrico commented 1 year ago

Today 19 April 2023 the voice dictation restarted working in Italy.

Karl-Bridge-Microsoft commented 1 year ago

Hello @naveenrobo, @livioenrico - This feedback is not specifically about the documentation, but rather product feedback. Please click the product feedback link at the bottom of the topic, or contact the following support channel:

Here is a list of other developer support resources that might be able to help with your issue:

If you receive assistance via any support resource, and you believe that information would help us improve the docs, then please come back and let us know.

livioenrico commented 1 year ago

It seems to be resolved for everyone, all around the world, let's hope it doesn't happen again! Unfortunately, it has already happened at least three times (April 2023, January 2022, summer 2021) So let's make a summary to help Microsoft next time.

SYMPTOMS

TESTS

NON-WORKING SOLUTIONS Microsoft in these cases suggests various changes but: DO NOT FOLLOW THESE TIPS

HOW THE PROBLEM WAS SOLVED

It would be greatly appreciated if someone from Microsoft could add some references below, so as to facilitate the solution the next time the same problem occurs.

naveenrobo commented 1 year ago

https://github.com/microsoft/Windows-universal-samples/issues/1385#issuecomment-1517805485

as per this comment, this issue seems to be in server. It is now resolved and works for me.

@Karl-Bridge-Microsoft Thanks for the response.