Click here to Skip to main content
15,884,902 members

Comments by karthi72 (Top 3 by date)

karthi72 23-Apr-20 6:13am View    
Fixed the error and audio file is generated as well without the recording.
karthi72 23-Apr-20 2:45am View    
Yes failed to setup recorder and throws audio recording issue.
String rec="file_name.mp3";
File file=new File(rec);
recorder.setOutputFile(rec);
karthi72 22-Apr-20 1:25am View    
yes David