[android-developers] Audio Capture

2012-07-31 Thread Meena Rengarajan
I have created a file name music_1.amr.. When i recording audio it will capture and stored in music_1.amr . So i can do play, stop or save.. Now i wanna do is, whenever i create a new audio recording that previous recorded audio should be deleted automatically and this new audio capture must

Re: [android-developers] Audio Capture

2012-07-31 Thread Asheesh Arya
create a file with the same name in your source code!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Audio Capture

2012-07-31 Thread Meena Rengarajan
This is my code. I am beginner in Android .Can anyone tell me ? What mistake i have done here String OUTPUT_FILE=Environment.getExternalStorageDirectory()+/music_1.amr; private void beginRecording() throws Exception { bMediaRecorder(); //try{ File outFile=new

[android-developers] Audio Capture in Android

2012-07-26 Thread Meena Rengarajan
Hi all , This is my code, I am very new to Android . Please can anyone help me .. I wanna record, play, save and stop in Audio Capture, when i click button all these actions should be taken . My code is here , in Emulator output is displaying but in my mobile , it doesnt able to