My purpose is to just become more familiar with MRL.
I was trying to replicate the sample tutorial that you have and seem to be having some trouble.
I am interested in getting the speech aspect working for a simple project of face recognition and a comment of recognition.
as for right now though I would just like to get the example working.
Here is a screen shot of what I have done.
I am able to see the message in the logger, however no speech is coming through.
Thanks for the help in advance.
First, Welcom 1Robomaker..
First, Welcom 1Robomaker.. appreciate your interest..
Well, right off the bat I can see your "over-trying" you don't need to create the route from speech to speechAduioFile - nor do you need to create an AudioFile service.. this should be done auto-magically for you when you load speech..
From the Runtime tab (the one which says MRLXXXXXXX) I started a Clock service named clock and a Speech service named speech. From that I made a single message route from the clock . pulse -> (String) to the speech in (speech -> speak(String))...
Then hit the start button... It downloaded the "Hello.mp3" from google and repeated this until I hit "stop clock"
If this doesn't work for you, send me a log file... you can do this by hitting the button under :
help -> about -> "Grog, it no-worky"
Let me know how it goes . :)
Thanks, I see your log file
Thanks,
I see your log file - I think this is the error which is holding you up...
Can't stop talking ? Yeah..
Can't stop talking ?
Yeah.. that could be a problem :)
When you stop the clock it stops the pulses of Hello to speech, but it takes longer than a second to "Say Hello". So the pulses are queued up on the Speech service....
If you give it long enough, it will go through them all.
You can configure the clock to send pulses at a greater interval - e.g. 2000ms (every 2 seconds).. Or you can configure Speech to say things immediately as they come versus sequentially .. this makes for weirdness, in that the speech can say 2+ things at once... it sounds kindof "Psycho" when it says things simultaneously..
Speaking of Psycho,
please reply in the comments, otherwise it seems like I'm talking to myself.
thanks for the help.
I appreciate ur patience. Works great now. I love messing with this, its a dream come true.
Thanks for the good feelings
Thanks for the good feelings !
From the log file, I see your on a 64bit Linux box - have you tried using OpenCV yet ? I'm wondering because we recently went through an update from OpenCV 2.4.2 to 2.4.3 -
And if your interested in face recognition - this would be the next logical service to use.
MRL (myrobotlab) currently has a face detection filter, but not a face "recognition". The difference is the ability to recognize any face versus a specific face. Recognition could be done now with the Template match filter + Face detection + some code....
I'm very interested in getting a visual memory working, where specific objects can be memorized and later recognized... but not quite there yet ... :)
opencv
Yea, I did try it as a matter of fact. The face recognition seems to work good with my logitec webcam.
The image display was reeeeealy small though. I was able to record a frame shot and it looked good went right in the Mel folder. I look forward to learning how to use it better.
Thanks for a great program. Digital Lego is great fun!
Great ! Yay Linux 64
Great ! Yay Linux 64 works... thanks ! (only 5 more platforms to test :P )
Reeeealy small ? That's suprising, I've heard too big before - hmm, did you have a PyramidDown filter on?
Heh, took me a while to get the digital lego reference :D ... It's been such a looong time from when I did that ooooold video.
Oh, change your profile picture (maybe with the frame you got) ... you've officially graduated beyond scared gopher !
Same problem...
Hi..my name is Alessandro...I'm Italian and I'm new in this Forum...First, Grog i really appreciate your hard work...
now, here the problem: I've the same problem...I am able to see the message in the logger, however no speech is coming through... (operative system win7 64 bit)..
I attach the log file...
Thanks for the help....
When i try
When i try to install a service , the pop up freeze on this....
Ok, I list what I know
Ok, this is what I know so far :
System->Update ->Install All - does not work - I'm fixing that now
System->Update -> Update All - might have problems - but its not what you want anyway
If it's just spinning then it can not connect to the "Service Repo",
This would probably be a network issue on your side.
Do you use a proxy server?