Author Topic: does anyone still have the hal not listening uhp??  (Read 2323 times)

lightspeed

  • Hero Member
  • *****
  • Posts: 6766
    • View Profile
does anyone still have the hal not listening uhp??
« 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.  :)
 

Carl2

  • Hero Member
  • *****
  • Posts: 1220
    • View Profile
Re: does anyone still have the hal not listening uhp??
« Reply #1 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
 

lightspeed

  • Hero Member
  • *****
  • Posts: 6766
    • View Profile
Re: does anyone still have the hal not listening uhp??
« Reply #2 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
 

Carl2

  • Hero Member
  • *****
  • Posts: 1220
    • View Profile
Re: does anyone still have the hal not listening uhp??
« Reply #3 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