-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
Can i record in ogg i tried and it says error code 2
mAudioFile = new File(
prdir.getAbsolutePath()
+ File.separator + System.nanoTime() + ".webm");
return mAudioRecorder.prepareRecord(MediaRecorder.AudioSource.MIC,
MediaRecorder.OutputFormat.WEBM, MediaRecorder.AudioEncoder.VORBIS,
192000, 192000, mAudioFile);
Metadata
Metadata
Assignees
Labels
No labels