Since they're listed as core media formats, http://developer.android.com/guide/appendix/media-formats.html#core
and the release notes state that a software encoder is available, http://developer.android.com/sdk/android-2.3-highlights.html I can't see how to actually use them http://developer.android.com/reference/android/media/MediaRecorder.html http://developer.android.com/reference/android/media/MediaRecorder.AudioEncoder.html MediaRecorder recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB); How are the encoders exposed? Are they? Is the documentation finished yet?? Did I miss something? -- 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

