Android record multiple audio at a time?

前端 未结 1 1871
萌比男神i
萌比男神i 2021-01-13 14:48

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 record

1条回答
  •  轮回少年
    2021-01-13 15:32

    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.

    0 讨论(0)
提交回复
热议问题