Android Speech Recognition as a service on Android 4.1 & 4.2

前端 未结 4 2142
一向
一向 2020-11-22 04:22

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 i

4条回答
  •  迷失自我
    2020-11-22 05:19

    check out my demo app : https://github.com/galrom/ContinuesVoiceRecognition

    I recommand to use both PockeySphix and SpeechRecognizer.

提交回复
热议问题