[android-developers] Re: AudioRecord producing no-sound data. Why?? [SOLUTION]

2009-12-13 Thread pratanu
Same thing is happening to me and it is not producing the sound data... On Dec 7, 9:12 am, Raul raulxi...@gmail.com wrote: Nobody will know what you want to do untill you give more info. On 12月7日, 上午10时34分, Hunter  Peress hunt...@gmail.com wrote: Logic:         for (int i = 0; i

[android-developers] Re: AudioRecord producing no-sound data. Why?? [SOLUTION]

2009-12-07 Thread Raul
Nobody will know what you want to do untill you give more info. On 12月7日, 上午10时34分, Hunter Peress hunt...@gmail.com wrote: Logic:         for (int i = 0; i tempBuffer.length; i++) {                                 saveBuffer[saveBufferPos] = tempBuffer[i];                                

[android-developers] Re: AudioRecord producing no-sound data. Why?? [SOLUTION]

2009-12-06 Thread Hunter Peress
Logic: for (int i = 0; i tempBuffer.length; i++) { saveBuffer[saveBufferPos] = tempBuffer[i]; saveBufferPos++; } On Dec 6, 6:23 pm, Hunter Peress hunt...@gmail.com wrote: Here is my AudioRecorder