Top "Android-audiorecord" questions

Questions related to audio recording in Android.

Detect human voice from audio file input

I am trying to implement automatic voice recording functionality, similar to the Talking Tom app. I use the following code …

android android-audiorecord
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
Android AudioRecord which settings to record call

I use AudioRecord class to record the voice during a call. I am intererested to record only the voice of …

android signal-processing audio-recording android-audiorecord
Android: AudioRecord Class Problem: Callback is never called

My Android Java Application needs to record audio data into the RAM and process it. This is why I use …

android audio callback recording android-audiorecord
Android AudioRecord - Won't Initialize 2nd time

Hej, im currently trying to get AudioRecord to work. Because I need it in a bigger project. But it seems …

android audio alsa android-audiorecord sample-rate
android get device overall audio output in pcm

Is there any way to intercept or just-read the audio output in android device? I need to read the whole …

android android-audiorecord
Increase volume output of recorded audio

I am trying to make a call recording app in Android. I am using loudspeaker to record both uplink and …

android audio audio-recording android-audiorecord
Unable to access microphone when another app is using it in Android

I'm using code from the following URL in order to get sound data from the microphone with AudioRecord: http://www.…

android audiorecord android-audiorecord
How to limit audio recording time using Intent?

How can I limit recording when using intents? I tried this code: Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); …

android android-intent time limit android-audiorecord
AudioRecord and AudioTrack latency

I'm trying to develop an aplication like iRig for android, so the first step is to capture the mic input …

android audio record audiorecord android-audiorecord