Neseek77 / mconf

Automatically exported from code.google.com/p/mconf
0 stars 0 forks source link

"RecordThread: buffer overflow" when the voice module is running #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A possible solution is here:

http://stackoverflow.com/questions/4525206/android-audiorecord-class-process-liv
e-mic-audio-quickly-set-up-callback-funct

Original issue reported on code.google.com by fceca...@gmail.com on 23 Feb 2011 at 11:04

GoogleCodeExporter commented 9 years ago
To fix that issue I changed the buffer size of AudioRecord to 2 times the 
minimum buffer size. It must be tested on different devices.

Original comment by fceca...@gmail.com on 24 Feb 2011 at 5:30

GoogleCodeExporter commented 9 years ago
We need to improve stability on VoiceModule. Sometimes that buffer overflow 
still appears.

Original comment by fceca...@gmail.com on 1 Mar 2011 at 8:50