Hello, In the same direction as the previous problem, i'd like to direct voice (during a conversation) either to the ear piece when the phone is vertical or to the speakers when the phone is horizontal. I'm using the accelerometer which is working well when i only asks to find the position of the phone but when in the program i'm adding the differents orders with the function setRouting (toure ear piece, route speakers) i have the famous message "stop unexpectedly".... I have forgotten to add useful permissions Thanks in advance.
On May 22, 3:36 am, Dave Sparks <[email protected]> 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 listening to music over a GSM > circuit. > > Bluetooth A2DP is a different story. It use a reasonably good > perceptual stereo codec. With the Cupcake 1.5 release, we support A2DP > out of the box. If the user pairs and connects an A2DP headset, there > is nothing the application has to do - it just works. > > On May 20, 6:46 pm, jianwei <[email protected]> wrote: > > > Thanks for your responese. > > Does this mean all audio in thirdparty 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 <[email protected]> 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 > > > > BluetoothDevice in android sources which can controll bluetooth. > > > > However it is not contained in android.jar. So I used > > > > AudioManager.setBluetoothScoOn(true), but it still can't work. This > > > > problem has troubled me a long time. I do appreciate your help. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

