Speech recognition for windows desktop application

£可爱£侵袭症+ 提交于 2019-12-20 04:22:09

问题


In Ionic Typescript application I'm using import { SpeechRecognition, SpeechRecognitionListeningOptionsAndroid, SpeechRecognitionListeningOptionsIOS } from '@ionic-native/speech-recognition'; which work impressive on mobile device, gives you number of correct or close recognition variants result even with a quite low speech.

In WinForms C# desktop application, I'm using System.Speech.Recognition;, which works fine, but not enough in comparison, fairly often event gives many non-accurate recognition results, especially if the speech is not very clear or the sound of the microphone is not loud enough

I'm trying to figure out, what it is possible to use for free to get good quality recognition for non-commercial, but actively used project. This example How to use Google Cloud Speech API in C# Winforms application shows possibility of using Google account, that lets use the api for free up until a certain point, but after a few thousand calls you end up having to pay for each transaction

Any advice, guide or example would be useful

来源:https://stackoverflow.com/questions/56528835/speech-recognition-for-windows-desktop-application

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