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

2011-11-21 Thread Aditya Singal
me figure out the reason or suggest me how to reduce this delay? Aditya Singal On Nov 8, 7:00 pm, Aditya Singal adityasingal...@gmail.com wrote: Hi, I wish to know howAudiodata is transmittedoverBluetoothchannel. What I mean to ask is, if I have a stream of bytes ofaudiodata, what kind

[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

[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 flyingdutc...@gmail.com 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

[android-developers] Re: Bluetooth Walkie Talkie

2011-04-13 Thread Aditya Singal
.  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 example. Kris On Wed, Apr 6, 2011 at 1:53 PM, Aditya Singal

[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();

[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@googlegroups.com To unsubscribe