Hi i am trying to record audio and STT(Speech to Text) at the same time?
I'm using MediaRecorder for recording, but not sure what to use for transcription.
Tried Android’s SpeechRecognizer, but it can’t run together with MediaRecorder because both need the mic.
is there any other way I can achieve this?
not kotlin but kotlin colored 3