emj365 / cordova-plugin-audio-recorder-api

This plugin is a Cordova audio recorder plugin which works as API.
86 stars 63 forks source link

Crash when stop and then start record #26

Open arthur791004 opened 8 years ago

arthur791004 commented 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.

apparition47 commented 8 years ago

Removing myRecorder.release(); in AudioRecorderAPI.java seems to fix the crashing.