audiorecord - How to duplicate Android AudioSource.MIC? -
I want to record Android microphone inputs in two audio recordcards items simultaneously. Is Android Orders.MIC a way to duplicate or simultaneously make it accessible with two examples? If yes, how can I do this?
You can not do this in Android, in fact you can not copy any record frequency, When an example is already running, it applies to the camera as well as to the mic, in the case of output, controlling multiple streams, mixes, replay, etc. (composition, rendering for display), such as audio playout (and video display) There are modules for
If you have a complete Android source code tool, you can try writing the buffering mechanism, but it is not normal, scalable and it is not easy.
In general, if the recording object instance is opened by another application and kept, you can do nothing other than displaying an error message (Quick Experiment - Record audio in the background And open the speech converter in your keyboard, it throws an error)
Comments
Post a Comment