> What we would like to know, is if it is possible to capture this audio > on a lower level? If we build Android from source, and make some > adjustments to the code, is it possible to get the audio stream for > the telephony service or something like that? > If this is possible, does anyone have any resources on how android > handles in-call audio when it is routed through the application > processor? > Is there any documentation on the Android source? >
My guess is that you *won't* be able to do this. There isn't any Android documentation on this, and any docs on it would be vendor specific as they would be additions. You can read up on the ril documentation, which is the interface at which you're actually talking to the hardware, that might give you some ideas. You could try asking on 'android-platform' but I suspect you'd get the same advice there, since I doubt this will be possible unless you are a vendor who is doing this.. kris -- 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

