speech-recognition

Android Speech Recognition as a service on Android 4.1 & 4.2

≯℡__Kan透↙ 提交于 2019-11-26 00:00:02
问题 I have managed to get continuous speech recognition working (using the SpeechRecognizer class) as a service on all Android versions up to 4.1. My question concerns getting it working on versions 4.1 and 4.2 as it is known there is a problem in that the API doesn\'t do as documented in that a few seconds after voice recognition is started, if no voice input has been detected then it\'s as if the speech recogniser dies silently. (http://code.google.com/p/android/issues/detail?id=37883) I have

Offline Speech Recognition In Android (JellyBean)

家住魔仙堡 提交于 2019-11-25 23:36:51
问题 It looks as though Google has made offline speech recognition available from Google Now for third-party apps. It is being used by the app named Utter. Has anyone seen any implementations of how to do simple voice commands with this offline speech rec? Do you just use the regular SpeechRecognizer API and it works automatically? 回答1: Google did quietly enable offline recognition in that Search update, but there is (as yet) no API or additional parameters available within the SpeechRecognizer

What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition?

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-25 23:24:59
问题 There are two similar namespaces and assemblies for speech recognition in .NET. I’m trying to understand the differences and when it is appropriate to use one or the other. There is System.Speech.Recognition from the assembly System.Speech (in System.Speech.dll). System.Speech.dll is a core DLL in the .NET Framework class library 3.0 and later There is also Microsoft.Speech.Recognition from the assembly Microsoft.Speech (in microsoft.speech.dll). Microsoft.Speech.dll is part of the UCMA 2.0