[android-developers] Recording audio from multipe device source simultaneously

2023-03-08 Thread Md Mainuddin
Dear All, I need some support from yours, I want to record audio from multiple devices simultaneously. suppose the phone is connected to a Bluetooth device and a built-in microphone. The Bluetooth device keeps a little bit away from phone now I want to record from both (built-in microphone,

[android-developers] Recording Audio in Emulator

2010-09-09 Thread Priyank
Hi, I am facing some problem when I try to run record an audio. In my startRecord() method, this is what I do: recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); recorder.setOutputFormat(outputfileformat);

[android-developers] Recording audio with AudioRecord

2009-05-09 Thread benmccann
Hi, I'm having a hard time using the AudioRecord class. I put some logging in the callback, but never see any output in the logs. Any idea what I'm doing wrong? Thanks, Ben import android.media.AudioFormat; import android.media.AudioRecord; import android.media.MediaRecorder; import

[android-developers] Recording Audio in a call

2009-04-24 Thread John Doe
Hi guys. I have a question and i am looking for an answer for a very long time. I am trying to record audio when i call someone and when someone calls me.I am using phonestatelisteners and i am able to record audio from outside (my voice) when i call someone. however when somebody calls me it

[android-developers] Recording audio with 1.5 SDK

2009-04-16 Thread j
One known limitation of SDK 1.1 was that audio can be recorded only to a File and not to a network stream. Is this still an issue with 1.5 SDK? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Recording Audio

2009-02-24 Thread benmccann
Hi, I'd like to create an audio recording in Android. (Actually, I just want access to the mic without recording it, but it seems that's not supported so I'll have to create a recording and tail the file). I'm having a very hard time getting started. Mostly I'm just hoping that someone from

[android-developers] Recording Audio with MediaRecorder on G1

2009-02-11 Thread michael
Hi, I've written a little program (see below) to record audio using MediaRecorder. While everything works fine in the emulator (SDK1r2), the program does not work on the real phone (HTC G1). On the phone, after pressing the start button, the audio file is created, but no content is written to it

[android-developers] Recording Audio

2009-01-10 Thread Tez
Hi, I want to record audio from the emulator using the mic. Can anyone send me some sample code on how to do this. Also, I want to know whether it is possible to redirect this mic o/p to a memory buffer or network socket. Cheers, Earlence --~--~-~--~~~---~--~~

[android-developers] Recording audio stream

2008-12-26 Thread vitalii.mi...@gmail.com
Is there any way to record audio stream and send streaming audio to network ?? Instead of recording to file. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send