[android-developers] Re: How to configure the sampling rate/period while audio capture?

2009-10-16 Thread Vishal
Have found the solution. Used the AudioRecord and AudioTrack interfaces. On Sep 24, 12:55 pm, Vishal.Android vishal.andr...@gmail.com wrote: How to capture the audio data from mic into a buffer instead of a file? On Sep 23, 2:43 pm, Vishal Gaonkar vishal.andr...@gmail.com wrote: I am

[android-developers] Re: How to configure the sampling rate/period while audio capture?

2009-09-24 Thread Vishal.Android
How to capture the audio data from mic into a buffer instead of a file? On Sep 23, 2:43 pm, Vishal Gaonkar vishal.andr...@gmail.com wrote: I am working on a VOIP based application. I need to capture the audio from mic at 8000 hz sampling rate, get the 20msec packets, encode and send the