Regards
Hareem Haque
> Documentation is available for these features athttp://docs.phonegap.com.
>
> Regards,
> Bryce
Simon Mac Donald
http://hi.im/simonmacdonald
> --
> You received this message because you are subscribed to the Google
> Groups "phonegap" group.
> To post to this group, send email to phon...@googlegroups.com
> To unsubscribe from this group, send email to
> phonegap+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/phonegap?hl=en?hl=en
>
> For more info on PhoneGap or to download the code go to www.phonegap.com
http://wiki.phonegap.com/phonegap-android-eclipse-quickstart
http://wiki.phonegap.com/Getting-started-with-Android-PhoneGap-in-Eclipse
Simon Mac Donald
http://hi.im/simonmacdonald
this.recorder = new MediaRecorder();
this.recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
this.recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
// THREE_GPP);
this.recorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT); //AMR_NB);
And if you look up the support audio codecs on the Android Developer site:
http://developer.android.com/guide/appendix/media-formats.html
I don't know what we are using for iPhone.
Simon Mac Donald
http://hi.im/simonmacdonald