Re: [android-developers] Problem with audio recording

2011-05-18 Thread gaurav gupta
Hi, its sumthing like FM recording MediaRecorder recorder = *new* MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.*DEFAULT*); recorder.setOutputFormat(MediaRecorder.OutputFormat.*THREE_GPP*); recorder.setAudioEncoder(MediaRecorder.AudioEncoder.*AMR_NB*); recorder.setOutputF

[android-developers] Problem with audio recording

2011-05-18 Thread neha
hiii I am recording some audio and at the same time playing another. but the problem is that ,recorder taking input from both mic and speeker. I want that recorder only record audio coming from mic not from speeker. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Problem with audio recording

2011-05-18 Thread neha jain
thanx 4 rply. My requirement is that when i start recording it should playback simultaneously.And its working correctly. but the problem is that the playbacked voice is also goes to mic and it's also recording. So i want that playbacked voice should not go to mic. On Wed, May 18, 2011 at 12:28 PM,

Re: [android-developers] Problem with audio recording

2011-05-18 Thread gaurav gupta
Hi, it looks sumthing strange. if ur speak is working then sure ur mic will record its sound. its the basic work on mic.it will listen all sounds around u.. or m not getting requirement correctly?? please specify den anyone can help u. On Wed, May 18, 2011 at 4:26 PM, neha wrote: > hiii > I

[android-developers] Problem with audio recording

2011-05-18 Thread neha
hiii I am recording some audio and at the same time playing another. but the problem is that ,recorder taking input from both mic and speeker. I want that recorder only record audio coming from mic not from speeker. -- You received this message because you are subscribed to the Google Groups

[android-developers] Problem with audio recording

2009-01-23 Thread haze...@gmail.com
I'm a student and currently doing my senior capstone project. I have problem with my codes on audio recording. whenever i clicked the record button in the emulator, it shows me an error alert, "The application Audiorecording (process) has stopped unexpectedly. Please try again." can anyone hel