Open Shivaraj-Padala opened 3 years ago
The plugin does not yet support Windows desktop deployment.
The plugin does not yet support Windows desktop deployment.
+1 for window desktop support.
+10000 for Windows desktop support?
is there any update on this?
I notice .net maui community toolkit uses the windows.media.speechrecognition
libraries - https://learn.microsoft.com/en-us/uwp/api/windows.media.speechrecognition?view=winrt-22621
this is in the windows sdk and supported on all windows devices - there's a cpp example here: https://github.com/Microsoft/Windows-universal-samples/tree/main/Samples/SpeechRecognitionAndSynthesis
i'm not a cpp developer (i'd just add it myself if flutter used c#) but you could almost certainly adapt the technique in that example to implement the flutter speech_to_text_interface
I am using Flutter to write a desktop application for Windows 10 and I am using speech to text module in the project but it's giving me this error. I think the native method for speech to text is not available.
MissingPluginException (MissingPluginException(No implementation found for method initialize on channel plugin.csdcorp.com/speech_to_text))