I'm trying to record audio signals from 2 in-built microphone(bottom, top) at the same time. I can pick up bottom microphone signal using
MediaRecorder.AudioSource.MIC
and top microphone signal using
MediaRecorder.AudioSource.CAMCORDER
I can record separately but I want to record at the same time from 2 microphones. Does anyone know how to record simultaneously? I tried & or | operator but I can get only 1 channel signal.
I use Galaxy S2 device.
I will appreciate any response :) Thanks in advance.
MIC
is bottom,CAMCORDER
is top, and that they are distinct on all devices. – Upsilon