[android-developers] Audio record from Bluetooth headset over froyo

2010-09-07 Thread jaeyoun
Hi all

I am developing a voice recorder and voice recognition application
based on Bluetooth SCO channel.
At API level 8, It looks there is a API to open SCO channel, which is
startBluetoothSco ().
It means it is possible to create SCO channel by application?

If yes, how to access voice data from SCO channel to record or
voice_recognize it? is it same way to access voice data from
microphone?

Need help

Thank you

Jaeyoun

-- 
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


[android-developers] Audio record from Bluetooth headset

2009-04-09 Thread Dilli



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

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
-~--~~~~--~~--~--~---