On Thu, Apr 9, 2009 at 6:08 AM, Dilli <dilliraomca...@gmail.com> wrote:

>
>
>
> Hi all
>
> I am developing a recorder application
> It works fine with Microphone.
>
> I want to record from Blue tooth headset
>
> i set it like
>
>  my_Aud_Mgr.setMicrophoneMute(true);   //AudioManager  my_Aud_Mgr;
>  my_Aud_Mgr.setBluetoothScoOn(true);


This routes audio to the Bluetooth chipset, but does not set up the SCO
transport. We don't have public API's to do this yet, but you can look at
ScoSocket.java or BluetoothHeadset.startVoiceRecognition() to see how we may
release this in a future API.


>
>
> but it cant record from Blue tooth device
>
> Ho to record from Blue tooth device
>
> Need help
>
> Thank you
>
> Dilli Rao
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to