Quote:
Originally Posted by taximania
It is possibly, but not without a new library (.dll)
|
I got bored, no current project to work on. So I came back to this one.
I'd over looked the fact my headset doesn't make a noise if I receive a text message.
This is of no use to me, if I'm out of my taxi having a fag, I could be missing possible work.
I had a brainwave, considering my last post.
Use BTio.
If I get out of the car without taking my phone, use BTio's Audio2BT

but I've found that my headset has constant 'white noise/hash, like turned on but with no sound'.
This sounds (hahaha, sorry

) like a waste of headset battery power.
So:
Here's what I found. BTAudioOn.exe and BTAudioOff.exe
With your headset paired and connected to your device . . . . .
You can use Shell("BTAudioOn.exe","") from within B4ppc to pass all audio the the headset
And Shell("BTAudioOff.exe","") to kill it.
Simples

'English joke, ish'
Using the Outlook.dll, I can Intercept an incoming sms, eg.
Sub Intercept_MessageReceived
Shell("BTAudioOn.exe","")
Sound("whatever.wav")
Shell("BTAudioOff.exe","")
End Sub
Sorted
I'll post a few files tomorrow evening

I'm still trying to find the RegKeys that BTAudioxxx.exe use.