Questions related to audio recording in Android.
I am trying to implement automatic voice recording functionality, similar to the Talking Tom app. I use the following code …
android android-audiorecordI 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-audiorecordI 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-audiorecordMy Android Java Application needs to record audio data into the RAM and process it. This is why I use …
android audio callback recording android-audiorecordHej, 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-rateIs there any way to intercept or just-read the audio output in android device? I need to read the whole …
android android-audiorecordI am trying to make a call recording app in Android. I am using loudspeaker to record both uplink and …
android audio audio-recording android-audiorecordI'm using code from the following URL in order to get sound data from the microphone with AudioRecord: http://www.…
android audiorecord android-audiorecordHow 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-audiorecordI'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