Zabaware Support Forums

Zabaware Forums => General Discussion => Topic started by: lightspeed on August 21, 2011, 02:38:28 pm

Title: does anyone still have the hal not listening uhp??
Post by: lightspeed on August 21, 2011, 02:38:28 pm
i was wondering someone (cuttingedge2005?, snowman, etc. ) created a uhp plug in so that when the user used hal with voice recognition that hal wouldn't hear himself and write odd things in wher the user wrote . i think it was called stop hal from listening???
anyway if anyone has it or can tell me where i can get it i would appreciate it , thanks.  :)
Title: Re: does anyone still have the hal not listening uhp??
Post by: Carl2 on August 28, 2011, 12:33:20 pm
lightspeed,
  Strange thing, I've read about the Hal writting in the users box ages ago but never had a problem with this until Win 7.   Sorry but I don't have the plugin made for this.
Carl2
Title: Re: does anyone still have the hal not listening uhp??
Post by: lightspeed on August 28, 2011, 11:13:54 pm
hello Carl2 , i actually found it in my back up stuff (eventually) i will post it here you can copy it and make it into a uhp file . if you need it here it is:
it was called .
halturnoff.uhp  


Rem Type=Plugin
Rem Name=Stop Listening to Self
Rem Author=Zabaware, Inc.
Rem Host=Assistant

'This sub setups the plug-ins option panel in Hal's options dialog
Sub OptionsPanel()
    lblPlugin(0).Caption = "This disables speech recognition as soon as Hal starts speaking. Speech recognition is resumed automatically after Hal finishes speaking ONLY IF no lip-syncronizing character animation is taking place."
    lblPlugin(0).Move 120, 120, 3300, 1200
    lblPlugin(0).WordWrap = True
    lblPlugin(0).Visible = True
End Sub

    Rem PLUGIN: PRE-PROCESS
    'The preceding comment is actually a plug-in directive for
    'the Ultra Hal host application. It allows for code snippets
    'to be inserted here on-the-fly based on user configuration.
    frmAssistant.PauseRec
Title: Re: does anyone still have the hal not listening uhp??
Post by: Carl2 on August 30, 2011, 07:40:14 am
  Thanks,
  Just made a copy, I also can't get Haptek characters in Hal to change clothing on voice command which worked in earlier versions, problems with the Haptek charecters making movements in response to audio. The whole thing is going backwards instead of forwards for me.
Carl2