Open arthur791004 opened 8 years ago
App would crash when stop record and then start
The situation is the same as http://stackoverflow.com/questions/7522768/mediarecorder-crashes-when-record-a-second-audio-clip
Thanks.
Removing myRecorder.release(); in AudioRecorderAPI.java seems to fix the crashing.
myRecorder.release();
App would crash when stop record and then start
The situation is the same as http://stackoverflow.com/questions/7522768/mediarecorder-crashes-when-record-a-second-audio-clip
Thanks.