Hi all,
For my app I need to have two audio recordings that overlap each other - that is, at some points in time there will be two separate audio files being created from the same audio source. I have attempted to use two MediaRecorders and start the second one while the first is still recording. When I do this I get the following error:
ERROR/AudioFlinger(25): Record channel already open
Is there any way to get around this?
Thanks in advance,
Blake


