[android-developers] Re: Android, MediaRecorder, Native API

2011-09-15 Thread Doug
How about AudioTrack? Doug On Sep 13, 10:15 am, Nadav wrote: > Playing with the MediaRecorder Java code I have found the > MediaRecorder class to be quite limited, there is no way to control > the media before it is encoded/compressed, and, there is no way to > control the result, file, socket,

[android-developers] Re: Android, MediaRecorder, Native API

2011-09-15 Thread Doug
I'm sorry, I mean to say: how about AudioRecord? It gives you access to raw PCM from your recording source. Doug On Sep 13, 10:15 am, Nadav wrote: > Playing with the MediaRecorder Java code I have found the > MediaRecorder class to be quite limited, there is no way to control > the media before