Top "Android-mediarecorder" questions

MediaRecorder is the Android class used for recording Audio and Video available since API Level 1.

how to record audio file with better quality in android?

I am creating one application which play recorded file on Android to iphone and vice-versa. now I am using , audioRecorder = …

android android-mediarecorder aac android-audiorecord
How can i pause voice recording in Android?

My aim is to pause in recording file. I see in Android developer site its but Media Recorder have not …

android audio-recording mediarecorder android-mediarecorder
How to use Mediaprojection library in android to capture screen and convert into mp4 file?

Since android 5.0 they are providing mediaprojection library to capture screen content. but sample demo application provided by them is not …

android android-mediarecorder android-mediaprojection
Video quality in android?

I am using the media recorder class for recording video, I initialize the recorder with following properties, recorder = new MediaRecorder(); …

android android-layout android-mediarecorder
MediaRecorder start failed: -38

i searched to check if this question is no dup , i see some has no answer and others did not …

android mediarecorder android-mediarecorder
Android: Listener to record sound if any sound occurs

In my application I want to implement methods which record the sound if any sound occurs. Something similar like this …

java android record audio android-mediarecorder
How to record video of particular width and height on samsung device android?

Hello I am making an android application in which I am using custom camera for recording camera.I am having …

android samsung-mobile android-mediarecorder
how to play .opus audio file in android?

I'm developing an app for Recognize speech using google cloud speech APi and recording audio simultaneously. git link I tried …

android audio android-mediarecorder opus google-cloud-speech
java.lang.RuntimeException: start failed at android.media.MediaRecorder.start(Native Method)

I am working on records a phone calls. When i start a record a phone call then it's unfortunately stop. &…

android android-studio mediarecorder android-mediarecorder