[android-developers] Re: Recorder Sound

2008-09-20 Thread ZIN
In the SoundRecordingDemo, i think it works well, but after i record, i enter to the Music/Playlists to playback what I have had record, the Simulator says that it can't play this format (.3gpp). What can i do now to solve this problem? On Sep 19, 1:22 am, Megha Joshi [EMAIL PROTECTED] wrote:

[android-developers] Re: Recorder Sound

2008-09-18 Thread Megha Joshi
You can use the various MediaRecorder.setXXX() methods. http://code.google.com/android/reference/android/media/MediaRecorder.html Only audio recording APIs are available in the sdk. For sample code check out the SoundRecordingDemo in Files section. 2008/9/18 ZIN [EMAIL PROTECTED] I want to