Top "Android-audiorecord" questions

Questions related to audio recording in Android.

Is It Possible to Record Audio Through Android Emulator?

I am Working On a Medical Project and the app can able to record the conversation between doctor and patient …

android android-mediaplayer android-mediarecorder android-audiorecord
Difference between VOICE_COMMUNICATION and MIC in MediaRecorder.AudioSource

I am using media recorder for recording call in android using VOICE_COMMUNICATION & MIC mode alternatively. RECORD_SOURCE = MediaRecorder.…

android audio-recording android-mediarecorder android-audiorecord
Android AudioRecord frequency filter step by step

Android: I am new to voice process, I have created AudioRecord Object with sampleRate 8000Hz using JTransform library i am …

android audio frequency audiorecord android-audiorecord
Android app to record sound in real time and identify frequency

I need to develop an app to record frequencies in real time using the phone's mic and then display them (…

java android fft android-audiorecord frequency-analysis
Android: AudioRecord Error code -20 when initializing native AudioRecord object

Android: I want to read buffers from mic so that i can perform process on it, Following is my code …

android avaudiorecorder android-audiorecord