Is it possible to add an audio stream to an already existing audio and video stream that is being recorded by MediaRecorder?
I am building an interview application where I am interrogated by an AI and I have to answer questions. The interview is recorded using MediaRecorder. The problem is that the audio that is generated by Whisper AI is not recorded. I tried combining the streams but then the recording stops once the Whisper audio is added to the stream.