Dan, I must be overlooking something? The only audio input method that I can find documented there is MediaRecorder, and it seems to only know how to send audio to a file. Can you point a little more closely at whatever method will allow collecting audio input to a memory buffer and sending audio from a buffer to output?
Thanks! -Dorn On Thu, Nov 20, 2008 at 2:29 PM, Dan Bornstein <[EMAIL PROTECTED]> wrote: > > On Thu, Nov 20, 2008 at 11:24 AM, Dorn Hetzel <[EMAIL PROTECTED]> wrote: >> "There already are Android-specific classes and methods for a lot of >> audio-related functionality..." >> >> At least for my applications, which would be new code for the android >> platform, not ports from somewhere else, >> I don't care if it's javax.sound or whatever, as long as I can move >> bits from mic-->memory and memory->speaker. >> >> Even with caveats about having to rewrite stuff later when things >> change, I would still like to use any capabilities available today on >> the G1 through the 1.0 SDK. Can you provide any additional clues or >> even documentation or examples of such interfaces to they extent >> they exist in any useable form? > > The Android API for such stuff is in the android.media package. Find > online docs for it here: > > > <http://code.google.com/android/reference/android/media/package-summary.html> > > Warm regards, > > -dan > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

