The 1.5 SDK includes "Raw audio recording and playback APIs". I think I'd take a look at http://developer.android.com/reference/android/media/AudioRecord.html I'm not real sure how AudioRecord and MediaRecorder work together, if at all. It looks like maybe AudioRecord is closer to the native calls while MediaRecorder wraps AudioRecord to provide a slightly friendlier interface and additonal encoding. It's hard to tell from the JavaDocs alone. Here's a post talking about AudioRecord instantiation: http://groups.google.com/group/android-developers/browse_thread/thread/6a5d0f3c36592769/0920234541fb4227?lnk=gst&q=AudioRecord#0920234541fb4227
On Apr 27, 5:23 pm, intbt <[email protected]> wrote: > Is there a method to access the digital output of the audio codec > without first storing it into a file, a streaming output? > > intbt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

