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
It uses onPartialResults(Bundle) This event returns text recognized from recorded speech while it's still recording It's also available on Xamarin