Top "Android-audiorecord" questions

Questions related to audio recording in Android.

Android AudioRecord example

I am designing an Android app and I need to implement an AudioRecord class to record the user's sound. After …

android audio audiorecord android-audiorecord
AudioRecord object not initializing

In the below code my audioRecord object is not initializing. I tried moving it to the onCreate method and made …

android android-audiorecord
How to sample microphone on Android without recording to get live amplitude/level?

I was trying to get the amplitude level of a microphone on Android like so: MediaRecorder recorder = new MediaRecorder(); recorder.…

java android microphone android-audiorecord
Android AudioRecord Supported Sampling Rates

I'm trying to figure out what sampling rates are supported for phones running Android 2.2 and greater. We'd like to sample …

android audio android-audiorecord
How to adjust microphone sensitivity while recording audio in android

I'm working on a voice recording app. In it, I have a Seekbar to change the input voice gain. I …

java android audiorecord android-audiorecord
Android AudioRecord initialization fails every time

My problem is simple to explain -- I am trying to create a AudioRecord object but it fails to initialize (…

android microphone audiorecord android-audiorecord
<AudioRecord> "Could not get audio input for record source 1"

I've been having this issue with initializing AudioRecord for Android. I searched for quite a while on the web with …

android audio-recording android-sdk-2.1 android-audiorecord
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 video camera with TRRS external microphone recording

Most android audio recording apps automatically recognize audio input when external microphone jack that is plugged in is TRRS compatible (…

android android-camera android-audiorecord
Increase volume of recording Android AudioRecord

I'm using AudioRecord and lame to record mic input to a mp3 sample for 12 seconds. The audio is recorder as …

android android-audiomanager android-audiorecord