Use Android native SpeechRecognizer and record session
I am trying to build an application in Android that uses the Google library SpeechRecognizer for retrieving speech to text on device for free. I also want to record the user while he speaks, so I can have in text and in an audio file.
The issue is that when I try to record using the microphone while the SpeechRecognizer is active, the SpeechRecognizer breaks and stops working.
When I am not trying to record using MediaRecorder/AudioRecorder it works like a charm. As soon as I start recording it breaks.