[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-25 Thread ZIN
Philippe [EMAIL PROTECTED] wrote: I've not played the .amr from the  SOUNDRECORDINGAPISAMPLE.  I've converted an .mp3 in .amr with software and try to play it. And it woks. maybe the probleme comes from the recorded .amr 2008/9/24 ZIN [EMAIL PROTECTED] can u show me the way

[android-developers] Re: Problem when running SoundRecordingAPISample of Megha

2008-09-24 Thread ZIN
guide me. Thank's On Sep 17, 11:18 am, ZIN [EMAIL PROTECTED] wrote: I have downloaded this project, and try running it in Android Emulator. When i click on the StopRecording Button, an alert appears : process com.android.samples.audio has stopped unexpectedly . I wonder

[android-developers] Recorder Audio

2008-09-22 Thread ZIN
I saw in the properties MediaRecorder.AudioEncoder.AMR_NB, so the only format audio recorder type is .AMR But the music media in Android can't play this format? What can i solve this problem? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Recorder Sound

2008-09-20 Thread ZIN
: You can use the various MediaRecorder.setXXX() methods.http://code.google.com/android/reference/android/media/MediaRecorder 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

[android-developers] Problem when running SoundRecordingAPISample of Megha

2008-09-17 Thread ZIN
I have downloaded this project, and try running it in Android Emulator. When i click on the StopRecording Button, an alert appears : process com.android.samples.audio has stopped unexpectedly . I wonder there is a problem in this project. Can someone help me to fix that? Thanks,