Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - etellier

Pages: [1] 2
1
Ultra Hal 7.0 / hal hears himself...
« on: June 26, 2008, 08:56:01 pm »
Hello Bill, the main reason i bought hal, was to use it into a car for a knight rider replica... so headphones are excluded of the setup, else, i would have gone with a headset setup a long time ago...

Eric

2
Ultra Hal 7.0 / hal hears himself...
« on: June 26, 2008, 07:07:37 pm »
Hello Bill, ive tried to do so, close it up, and then only use hal, the first thing he does is to check it back on.... however, i might have found a work around... if i lower the sound really low, i hear hal, but he doenst hear himself, i wish there could be another way...

Eric

3
Ultra Hal 7.0 / hal hears himself...
« on: June 26, 2008, 05:56:14 am »
Hi bill, the only place i know into windows where to turn on or off a microphone, is into the control panel, for the sound and audio device, and when you double click onto the speaker icon into the taskbar, anywhere else it could be?

E|ric

if i turn off the mic there, hal goes deaf....already tried it...

4
Ultra Hal 7.0 / hal hears himself...
« on: June 24, 2008, 01:34:57 pm »
hello, i just tried uninstalling and reinstall hal with an new brains, same problem, it is getting frustrating now... any help from robert available? i dont seem to be the only one having that particular problem.

Eric

5
Ultra Hal 7.0 / hal hears himself...
« on: June 22, 2008, 04:37:41 pm »
Hi bill, i tried, no avail, here is the situation now.. if i use dragon 9, hal mic goes up like hell, and he does not understand what i say, if i use sapi5, recognition is excellent, but hal hear himself... any way to turn his ears off while he speaks? or actually, is there a buffer used by the voice recognition software? is there a way to modify that buffer, lets say, it buff for 5 seconds
and then show, would it be feasable to reduce it to a 1 sec buffer, so that i will retype straight ahead?

can you email me or reach via msn?

gouille@hotmail.com

|Eric

6
Ultra Hal 7.0 / hal hears himself...
« on: June 22, 2008, 07:54:37 am »
hello, ive tried the turn the mic off already, hal turn it on, when you switch the mic switch into hal interface on....

Eric

any other idea?

7
Speech Technology / hal hear himself
« on: June 21, 2008, 07:31:10 pm »
Hi there, i still have the issue with hal listening to himself while speaking, and when done, he enters a part of what he said, and then respond to himself on and on, it is hard to deal with a one man chat... kind of beat the meaning of AI... ive tried robert plugin, ive tried turning off the mic into windows, i have a p4 1.9 gig with 512 mg ram, windows xp.

any help?

|Eric
msn: gouille@hotmail.com

8
Ultra Hal 7.0 / hal hears himself...
« on: June 21, 2008, 06:45:06 pm »
still cant get hal not to hear himself, anybody found anything interesting to fix that that problem?

Eric

9
Ultra Hal 7.0 / getting hal to respond to predetermined question
« on: June 05, 2008, 07:56:42 pm »
hey found a way to do it all in 1 plugin.. have to tweak it now...

thanks for the help guys!

-----------
Rem Type=Plugin
Rem Name= speed
Rem Author= R.A.McCoid 2008
Rem Host=Assistant

'---------------------------------------------------------------------------------
'This sub sets up the plug-ins option panel in Hal's options dialog
'---------------------------------------------------------------------------------
 
Sub OptionsPanel()
lblPlugin(0).Caption = "Ask HAL about speed."
lblPlugin(0).Move 120, 120, 3300, 1200
lblPlugin(0).WordWrap = True
lblPlugin(0).Visible = True
End Sub

'-------------------------------------------------------------------------------------------
Rem PLUGIN: PLUGINAREA7
'The comment above tells Ultra Hal Assistant to insert the following code
'on-the-fly into the main brain code in the section referenced.
'-------------------------------------------------------------------------------------------

'sets original user sentence to lower case
OriginalSentence = Lcase(OriginalSentence)
'removes all punctuation
OriginalSentence = HalBrain.AlphaNumericalOnly(OriginalSentence)
'checks to see if user asked tell me about 350  <HALSNAME>
If InStr(1, OriginalSentence, "tell me about 350",1) > 0 Then
'if user did ask give this response
Getresponse = "350 are fast engines. "





End If

'sets original user sentence to lower case
OriginalSentence = Lcase(OriginalSentence)
'removes all punctuation
OriginalSentence = HalBrain.AlphaNumericalOnly(OriginalSentence)
'checks to see if user asked about speed  <HALSNAME>
If InStr(1, OriginalSentence, "how fast did we go",1) > 0 Then
'if user did ask give this response
Getresponse = "just below the limit. "


End If

10
Ultra Hal 7.0 / getting hal to respond to predetermined question
« on: June 05, 2008, 07:29:25 pm »
Hey there, no luck, get sintax error, or if error...

Eric

11
Ultra Hal 7.0 / getting hal to respond to predetermined question
« on: June 05, 2008, 05:19:59 pm »
hey there, geesh, if i have a few dozens of those predetermined phrase, its gonna be a lot of plugin to deal with, would it be possible to edit the brain for these?

Eric

12
Ultra Hal 7.0 / getting hal to respond to predetermined question
« on: June 05, 2008, 06:27:31 am »
Hello, thank you for the answer, how do i input this? is it a new table in the brain, is it something i input into the dialog window?

can you tell me how to input it please?

thank you

Eric

13
Ultra Hal 7.0 / getting hal to respond to predetermined question
« on: June 04, 2008, 10:04:56 pm »
Hello, how would i go about getting being able to program hal to respond a predetermined answer to a predetermined question example

Q: Hal introduce yourself
A: I am hal, i am the voice of the computer...

i am actually building a kitt replica and i am training hal to be kitt....

thanks for you time..

Eric

14
Ultra Hal 7.0 / getting hal to control windows media player
« on: May 11, 2008, 06:43:54 pm »
Hey, would it be possible to get hal to control windows media player, raise or lower volume, close a window stuff like this.

any idea?

Eric

15
Ultra Hal 7.0 / plugin for playing a video file on demand
« on: April 15, 2008, 06:25:08 pm »
no, i dont use the kitt brain, ive started my own brain

the site seems to have little plugin compared to before...

ok, i will use the built in function for the appz, good idea...

Eric

Pages: [1] 2