UWP suitable project solution

荒凉一梦 提交于 2019-11-30 20:52:10

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!