AudioRecord class in standard Android API for recording raw Audio.
I want to record human voice on my Android phone. I noticed that Android has two classes to do this: …
android audio-recording audiorecordI am trying to make a simple Android application that streams live microphone audio to a server for playback. The …
android audio streaming audiorecordI'm working on a voice recording app. In it, I have a Seekbar to change the input voice gain. I …
java android audiorecord android-audiorecordMy problem is simple to explain -- I am trying to create a AudioRecord object but it fails to initialize (…
android microphone audiorecord android-audiorecordI build some command line tool with android NDK and execute it in /data/local/tmp. Now it prompts me “…
android permissions android-ndk audiorecordI want to record the live audio and play it.As far as UI is concerned the app just has …
android audio-streaming audio-recording audiorecordI have been messing around with the AudioRecord feature of the Android API and found some strange behaviors with it. …
android audio pcm audiorecord sample-rateI'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-reductionI' m trying to record some voice using AudioRecord class and then write it to output .pcm file. I want …
android audiorecordI 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