[android-developers] Re: Audio Transmission over Bluetooth.

2011-11-21 Thread Aditya Singal
", "Error reading voice audio", x); } } But in both the cases there is a delay of about 0.5-1 second. Can someone help me figure out the reason or suggest me how to reduce this delay? Aditya Singal On Nov 8, 7:00 pm, Aditya Singal wrote: > Hi, > I wish t

[android-developers] Audio Transmission over Bluetooth.

2011-11-08 Thread Aditya Singal
Hi, I wish to know how Audio data is transmitted over Bluetooth channel. What I mean to ask is, if I have a stream of bytes of audio data, what kind of conversion or encoding is required before transmission. Aditya -- You received this message because you are subscribed to the Google Groups "Andr

[android-developers] Re: Bluetooth Walkie Talkie

2011-04-14 Thread Aditya Singal
I am working on it as course project, there is no practical use as of now.. :) On Apr 14, 7:44 pm, Streets Of Boston wrote: > Unless your app is a test-project, i don't see much use in your app. > You'd be better of just talking to each other, because you will be no more > than about 10 meters (

[android-developers] Re: Bluetooth Walkie Talkie

2011-04-13 Thread Aditya Singal
to connecting between the two phones.  Look at > the > BluetoothChat example, which shows how to go about sending data, then you > have > a stream socket. By the way, I think that the data rate will be too low for > audio using > a socket like the one from the bt chat exampl

[android-developers] Bluetooth Walkie Talkie

2011-04-06 Thread Aditya Singal
Hi, I am trying to implement a walkie talkie set between two android mobile phones using bluetooth connection. But I am not sure how to send audio data as a stream through bluetooth. So far I am trying to use media recorder to capture audio. mRecorder = new MediaRecorder(); mRecorder.set

[android-developers] Audio data handling during phone call

2011-02-25 Thread Aditya Singal
Hi, I was wondering if someone can provide me with the code for setting up a phone call. Aditya Singal -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegro