问题
I need to record more than one audio at a time. I have two record buttons if I clicked the first record button audio recording will be started. Before stop that audio recording If I am clicking the second record button I need to record the another one audio separately. Is there possibility to record more than one audio at a time ?
Thanks in advance..!
回答1:
AFAIK, this is not possible, unless you have multiple Microphones.
The Reason behind this answer is, Recording is an synchronized method, so only one instance can use it at a time.
来源:https://stackoverflow.com/questions/9715505/android-record-multiple-audio-at-a-time