Did you end up finding an answer to this? If AudioRecord can only be accessed by one app at a time, is there a way to simply hand-over the resource when it's requested and then reinitialize afterwards?
On Monday, 19 March 2012 04:14:05 UTC+11, smichak wrote: > > Hi, > > I am writing an application that runs as a background service > recording and analyzing audio samples. I have noticed that it is > impossible to use the SDK's AudioRecord class for accessing the > microphone simultaneously by more than one application. I was > wondering whether it would be possible to do that using the Native > Audio API, i.e. OpenSL ES. Can anyone provide insight on why this may > or may not work? > > > > Micha -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

