Author Topic: Lightspeed: Say what i say. Status: Under Constructtion  (Read 1872 times)

cyberjedi

  • Hero Member
  • *****
  • Posts: 810
  • The Mighty Hal Machine
    • View Profile
Lightspeed: Say what i say. Status: Under Constructtion
« on: February 22, 2017, 06:46:22 am »
lightspeed: Hey man

Im working on the code to Say what i say, using SAPI05 Voices.
Ive built the sub that's gonna do the work. The real trick here is to intercept  Hal's Output and basically cause an Over-Ride,
this is basically (Slip- Streaming) code. 

Hooking Hal's MsgBox (GetResponse) with this code may be the answer.

lightspeed, this is all coming back to me man. But be patient.

Its been many years since i did this and then i was  a Light Weight in this game. But it is fun. lol.. hacking HaL

****************************************************
Dim message, sapi
message=InputBox("What shall I say, Master?","I speak for you.")   Save this as a stand alone .VBS and have fun.
 Set sapi=CreateObject("sapi.spvoice")
 sapi.Speak message
****************************************************
We aint going No where with out this little Gem


I see this as a stand alone , working with Hal, but with its own window.
This way anything sent in Hals normal input will get processed as normal,
and anything sent through the Master window will just get sent to the output, bypassing the Hal brain.
This Plugin will call to that progi, should be Auto. If the plugin is in the ON state , then it calls to it.

Sorta like the AIM Bot 2.2
with its window drivin system.


best wishes

cyberjedi 1337