Hi all,
I am using the buffer array for recording through CmdaAudioInputStream. I Took the 50 buffers array. I have initialized counting to 0. Now During each read operation counting is incremented to 1. I am taking the buffer size of 11200 bytes. As calls are asynchronous, suddenly the counter reaches its maximum limit and recording is not fine...
Can any one suggest me the way....

...

