csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
387 stars 235 forks source link

Requesting support for Windows desktop application #226

Open Shivaraj-Padala opened 3 years ago

Shivaraj-Padala commented 3 years ago

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))

sowens-csd commented 3 years ago

The plugin does not yet support Windows desktop deployment.

NaveenBadal commented 1 year ago

The plugin does not yet support Windows desktop deployment.

+1 for window desktop support.

SteveBraich commented 1 year ago

+10000 for Windows desktop support?

rymesaint commented 7 months ago

is there any update on this?

dylandhall commented 5 months ago

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