Hi all,
I am trying to figure out if I can get the audio from bluetooth headset and convert that into text.
I created a little test app copying the voicerecognition.java from apidemos sample and it runs perfectly on htc phone (android v1.5) without the bluetooth headset.
But if I start using the headset, it fails to capture the audio. I looked up on the references and saw the BluetoothSocket class on which there is a GetInputStream(). Is this something I can use to get the audio stream and run it through voice recognition to convert that into text?
any sample snippets on this? or this feature is not supported at all?
Thx in advance
giri