[android-developers] AudioRecord problem

2011-01-04 Thread khushi
Did any one try code of sipdroid given in [url]http://sipdroid.org/[/ url]. If yes than please help me. I have to read samples from microphone and send it to udp socket. For this I'm using AudioRecord class as given in RtpStreamSender.java and I have use read method to read the samples which is giv

[android-developers] AudioRecord Problem, please help!

2010-05-07 Thread powerventure
Hi all, I am using AudioRecord to get raw PCM data from the audio device and do some extra processing with NDK. It works fine in the first 16 seconds, and crashes after that. There is meaningful debug info I can refer to. Here is my code and the Log info. Please help! thanks! class AudioR