[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

[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