How does Google Keep do Speech Recognition while saving the audio recording at the same time?

前端 未结 2 1218
粉色の甜心
粉色の甜心 2021-01-02 10:14

Android\'s SpeechRecognizer apparently doesn\'t allow to record the input on which you\'re doing speech recognition into an audio file. That is, either you record voice usin

2条回答
  •  [愿得一人]
    2021-01-02 10:21

    It uses onPartialResults(Bundle) This event returns text recognized from recorded speech while it's still recording It's also available on Xamarin

提交回复
热议问题