I want rewrite C#
Winforms
desktop application to Universal Windows Platform, but first of all I'm trying to figure out, what should be suitable for my goal.
The reason why I want to use UWP
is a quality of Speech Recognition, (maybe also work on other devices, but this is currently very secondary). Here is my previous question Speech recognition for windows desktop application where advised to use UWP with Speech recognition Quickstart: Recognize speech with the Speech SDK for .NET Framework
I developing non-commercial, personal, and actively used application, which requires better quality of speech recognition, that's why I look for free solution. So, I've installed Universal Windows Platform on Windows 10 64-bit OS in VS15.
I want create Windows desktop application working on PC and able to use system references or replacing similar using. My Winform
desktop application includes using of system references as System.Speech.Recognition;
and System.Speech.Synthesis;
with VisemeReachedEventArgs Class, as well as System.IO.Ports;
for USB serial connection and EmguCV library dll-s.
So I start to research and learn UWP, but would be very helpful to get some basic advice, based on described goal with the listed requirements above, to be on the correct direction from beginning. First of all, I'm trying to figure out with Templates Blank App (Universal Windows)
and Windows Runtime Component (Universal Windows)
what should I use in my particular case. And also besides the listed references, can i use SpeechSynthesizer.VisemeReached Event in desired build, as I'm using it in Winfroms.
Any advice, guide or example would be very helpful
来源:https://stackoverflow.com/questions/56611333/uwp-suitable-project-solution