Continuous Speech Recognition Android - Without Gaps

后端 未结 3 1544
暗喜
暗喜 2021-02-08 06:22

I have an activity that implements RecognitionListener. To make it continuous, every time onEndOfSpeech() I start the listener again:

s         


        
3条回答
  •  离开以前
    2021-02-08 06:50

    try looking at a couple other api's....

    speech demo : has source here and is discussed here and operated on CLI here

    you could use the full duplex google api ( its rate capped at 50 per day )

    Or if you like that general idea check ibm's watson discussed here

    IMO - its more complex but not capped .

提交回复
热议问题