This question already has answers here: Improve Android Audio Recording quality? (3 answers) Closed 3 years ago.
I am trying to record a voice from Mic using Media Recorder class. in the mentioned class we have just setOutputFile method to set the output file, but I need to get a buffer of some certain recorded
My MediaRecorder is setup to record audio from the mic.This works ... except that the first .65 seconds is completely dead air - its as if the first .65 second the record button was pressed but the mi
Can android MediaRecorder capture video with resolution higher than 320*240? When I used MediaRecorder::setVideoSize() to set the video size, the captured video were all at the resolution开发者_运维百
When I record video by MediaRecorder, it always records in landscape mode, regardless of real device orientation.
I\'ve read the Android SDK and I\'ve found that the MediaRecorder class can take input from a Camera, Audio or other source and compress it. Through the setOutputFile method you can specify where you
I try to use the MediaRecorder class to record a video but I get an exception : failed to get Camera parameters. Prepare failed.
I\'m new in Android development and I have the next questio开发者_运维问答n/problem. I\'m playing around with the MediaRecorder class to record just audio from the microphone. I\'m following the ste
According to Android SDK MediaRecorder.setCamera can be used to recycle the existing camera instance for video cap开发者_StackOverflow社区ture and preview without resetting the preview. I was not able
I\'m new here. I have been trying to create a video capture app using the android emulator without much success. As far as I know and looking through all the samples and code on the internet (this sit