Why did RecognitionListener stop working in JellyBean?

前端 未结 4 1189
清酒与你
清酒与你 2021-02-01 08:07

For everyone using Android\'s voice recognition API, there used to be a handy RecognitionListener you could register that would push various events to your callbacks. In particu

4条回答
  •  春和景丽
    2021-02-01 09:01

    I too was using the onBufferReceived method and was disappointed that the (non-guaranteed) call to the method was dropped in Jelly Bean. Well, if we can't grab the audio with onBufferReceived(), maybe there is a possibility of running an AudioRecord simultaneously with voice recognition. Anyone tried this? If not, I'll give it a whirl and report back.

提交回复
热议问题