[android-developers] Re: Is audio stream analysis possible?

2009-09-30 Thread Mark Murphy
> Does anybody know how to do it with Android? To record audio, use MediaRecorder. To obtain audio on the fly in a streaming fashion, use AudioRecord. To analyze the resulting audio, you're on your own, though you may wish to consider the Android NDK (Native Development Kit) so you can take adva

[android-developers] Re: Is audio stream analysis possible?

2009-09-30 Thread Ilya Shinkarenko
(up) Does anybody know how to do it with Android? 2009/9/24 Ilya Shinkarenko : > Thank you Chris, > Could you pls tell me where do I find API for that? > > On Sep 24, 2009 4:11 AM, "Chris Stratton" wrote: > > > Definitely possible when not on a call, not sure if you can do it when > one is activ

[android-developers] Re: Is audio stream analysis possible?

2009-09-24 Thread Ilya Shinkarenko
Thank you Chris, Could you pls tell me where do I find API for that? On Sep 24, 2009 4:11 AM, "Chris Stratton" wrote: Definitely possible when not on a call, not sure if you can do it when one is active. The actual analysis would not be android specific, and I'm not even sure that frequency-do

[android-developers] Re: Is audio stream analysis possible?

2009-09-23 Thread Chris Stratton
Definitely possible when not on a call, not sure if you can do it when one is active. The actual analysis would not be android specific, and I'm not even sure that frequency-domain ("audio stream spectrum") methods would be needed, as you could probably do it all in the time domain more simply.