Top "Android-mediarecorder" questions

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

Android : Calling Activity from Fragment

I am using fragments inside an activity. I am using MediaRecorder to for audio recording. I have two part of …

android android-intent android-fragments android-audiomanager android-mediarecorder
MediaRecorder crashes on start

i've searched many topics but no straight answer. I have this code : recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); …

android android-emulator mediarecorder android-mediarecorder
Record Video using surface view android

I have to create an android app in which i am trying to record video and capture image using surface …

android android-mediarecorder video-recording
Android MediaRecorder - "start failed: -19"

I'm trying to create a video recorder on Android, and I've prepared my code which is supposed to be working …

android android-camera android-mediarecorder
MediaRecorder.stop() stop failed: -1007

I am recording video with MediaRecorder. My code works fine on 2.3.3 but fails on 4.0.3. The issue is following: the code …

android video-capture mediarecorder android-mediarecorder
Android Call Recording Incoming voice not getting recorded

I'm working auto call recorder app, I'm able to record voice call on below android 6 using MediaRecorder.AudioSource.VOICE_CALL, …

android android-ndk native android-mediarecorder phone-call
Mixing audio using SOX , sox FAIL formats: can't open input file `audio_recorded.wav': WAVE: RIFF header not found

I want to mix audio using SOX in linux. This is my script. I'm a total beginner on this thing. …

linux android-mediarecorder sox
java.lang.RuntimeException: start failed

I am trying to record audio in one of my Activities using MediaRecorder. Part of the code is shown below. …

android android-permissions forceclose android-mediarecorder
Transfer data through audio jack cable over two Android devices

I'm researching on transferring text data over male-to-male audio jack cable. I'm testing this on HTC one V and on …

android android-audiomanager android-mediarecorder android-audiorecord
Android record video without audio

Is it possible in Android to record video from Camera without audio stream? Goal: to reduce the output file size.

android android-camera mediarecorder android-mediarecorder