Top "Audiorecord" questions

AudioRecord class in standard Android API for recording raw Audio.

Android AudioRecord vs. MediaRecorder for recording audio

I want to record human voice on my Android phone. I noticed that Android has two classes to do this: …

android audio-recording audiorecord
Android AudioRecord to Server over UDP Playback Issues

I am trying to make a simple Android application that streams live microphone audio to a server for playback. The …

android audio streaming 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
How to grant android.permission.RECORD_AUDIO permissions to android shell user?

I build some command line tool with android NDK and execute it in /data/local/tmp. Now it prompts me “…

android permissions android-ndk audiorecord
Live Audio Recording and Playing in Android and Thread & callback handling

I want to record the live audio and play it.As far as UI is concerned the app just has …

android audio-streaming audio-recording audiorecord
Android AudioRecord questions?

I have been messing around with the AudioRecord feature of the Android API and found some strange behaviors with it. …

android audio pcm audiorecord sample-rate
Android active noise cancellation

I'm working a somewhat ambitious project to get active noise-reduction achieved on Android with earbuds or headphones on. My objective …

android audio signal-processing audiorecord noise-reduction
AudioRecord - writing PCM file

I' m trying to record some voice using AudioRecord class and then write it to output .pcm file. I want …

android audiorecord
Processing of Microphone Input

I am trying to get audio data from the microphone. I have achieved this by using the AudioRecord class which …

android real-time android-asynctask microphone audiorecord