
PhG
Belgium
Asked
— Edited
Hi,
I tried a few lines of code that go like this:
EzB_Connect1.EZB.SpeechSynth.ListenForSpeechCommand(10000)
EzB_Connect1.EZB.SpeechSynth.StartListening()
and some other try outs, however I don't get very far.
The idea is to assign voice commands in a string and/or array.
I want the robot to react to voice commands that are prédefined.
Any suggestions ?
Thnxs
Dim strSpeechTest(0 To 6) As String
strSpeechTest(0) = "Robot Stop"
strSpeechTest(1) = "Robot Release All"
strSpeechTest(2) = "Robot Drive Reverse"
strSpeechTest(3) = "Robot Drive Forward"
strSpeechTest(4) = "Robot Turn Left"
strSpeechTest(5) = "Robot Turn Right"
strSpeechTest(6) = "Robot Do As You Please"
EzB_Connect1.EZB.SpeechSynth.SetDictionaryOfPhrases(strSpeechTest)
EzB_Connect1.EZB.SpeechSynth.ListenForSpeechCommand(10000)
...
Code:
*confused*
Mel
I hope you're catching up quickly with the healing process of your surgery ! May the force be with you !
My idea is building a robot with many algorithms to interact with the environment, humans and other robots. So we're talking about AI. I experience I have with the ARC makes me convinced that C# or VB is much more capable of doing so.
I already found out a few decades ago that it is far from simple.... I sometimes wonder what have I gotten myself into...
The ARC is indeed a huge..... HUGE !!!! achievement. It's amazing what it is all capable off. DJ is multi talented and extremely intelligent. I wonder if he ever sleeps.