Reputation: 1217
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..!
Upvotes: 4
Views: 2707
Reputation: 29632
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.
Upvotes: 5