0
votes
1answer
940 views

Record two channels at the same time on Android MediaRecorder or using AudioRecord?

Can I record more than one channel at the same time either using MediaRecorder or AudioRecord? What I want is to be able to record both MediaRecorder.AudioSource.VOICE_UPLINK and VOICE_DOWNLINK at the ...