[android-developers] Re: Using the AudioRecord API

2009-05-19 Thread Dave Sparks
(buffer) } When I've done the latter I get buffer overflow exceptions. On May 15, 3:51 pm, Dave Sparks davidspa...@android.com wrote: You need to call the read() method. On May 15, 3:15 pm, benmccann benjamin.j.mcc...@gmail.com wrote: Any ideas? Thanks, Ben On May 15, 1:02

[android-developers] Re: How to redirect audio to bluetooth headset?

2009-05-20 Thread Dave Sparks
We don't support sending app processor audio over SCO. The audio quality would be very poor. On May 20, 6:51 am, jianwei kevin@gmail.com wrote: Hi all, I met a problem of bluetooth headset. I want to switch audio playing to bluetooth headset when bluetooth headset is paired. I found

[android-developers] Re: play sound issue

2009-05-21 Thread Dave Sparks
I can't tell from your code snippet what you are trying to do. However, I suggest you try using SoundPool. It's designed for this kind of use. On May 21, 12:53 am, Sukitha Udugamasooriya suk...@gmail.com wrote: Hi, In my application i'm playing a 1 second sound clip when the user clicks on a

[android-developers] Re: How to redirect audio to bluetooth headset?

2009-05-21 Thread Dave Sparks
application can't play in bluetooth headset? Dave Sparks wrote: We don't support sending app processor audio over SCO. The audio quality would be very poor. On May 20, 6:51 am, jianwei kevin@gmail.com wrote: Hi all, I met a problem of bluetooth headset. I want to switch audio

[android-developers] Re: Android G1 - Streaming WMV

2009-05-21 Thread Dave Sparks
The G1 does not support Windows Media streaming formats, only local file playback. On May 21, 1:23 am, semil103 semil...@gmail.com wrote: Hello, I would like to know if I can view streamed WMV video format using G1 device (not the developer phone). I understand that WMV format is not

[android-developers] Re: Android G1 - Streaming WMV

2009-05-22 Thread Dave Sparks
HTTP progressive and RTSP for 3GPP/MPEG-4 streams. On May 22, 10:57 am, Emil semil...@gmail.com wrote: Thanks for the answer. So which video streaming formats the Android G1 does support? Emil On May 22, 4:39 am, Dave Sparks davidspa...@android.com wrote: The G1 does not support

[android-developers] Re: rtsp/http Streaming

2009-05-22 Thread Dave Sparks
This is supported, it definitely should not crash even if there's a problem. Where's the stack trace for the crash? On Apr 29, 8:30 am, Zhubham sahilz...@gmail.com wrote: Hi People, I need your help regarding streaming in android. I read some of the previous discussions but I have a few

[android-developers] Re: How to redirect audio to bluetooth headset?

2009-05-22 Thread Dave Sparks
when i call phone. Any suggestions? Very thanks. On 5月22日, 上午9时36分, Dave Sparks davidspa...@android.com wrote: You asked specifically about Bluetooth SCO before. SCO is an 8KHz mono audio channel compressed down to a low bit-rate stream. To get a simulation of what it sounds like, try

[android-developers] Re: How to redirect audio to bluetooth headset?

2009-05-22 Thread Dave Sparks
SCO? What's A2DP? I'm not clear about that. Did that mean if i using A2DP bluetooth headset, all audioes will auto play by bluetooth headset? And not all bluetooth headset hardware supports A2DP. Does that right? On 5月22日, 上午9时36分, Dave Sparks davidspa...@android.com wrote: You asked

<    1   2   3   4