Android record multiple audio at a time?

北城余情 提交于 2019-12-07 15:48:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!