How can I capture audio input from 2 mics of my android phone real time and simultaneously

ぐ巨炮叔叔 提交于 2019-12-06 13:55:33

问题


I have a requirement where I need audio from both the mics on my android phone simultaneously in order to do some signal processing using Eclipse. Do you think it is possible to do this? Also can you suggest a method to start recording for both mics realtime simultaneously?

For two instances of class AudioRecord, if I pass audio source as MIC and CAMCORDER respectively, will I be able to capture two separate mic inputs simultaneously? I am not sure if the mics will work in parallel, and also do not know how to get them to start recording at the same time.

Any input regarding this will be appreciated. Thanks in advance!

来源:https://stackoverflow.com/questions/18400642/how-can-i-capture-audio-input-from-2-mics-of-my-android-phone-real-time-and-simu

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