VoxForge
>what programming/scripting languages are you familiar with?
Im trying to learn python , i found this example http://www.aonsquared.co.uk/robot_arm_tutorial_2
i think that can help me, but this example is done in unix , can i use it on cygwin?
What do you think about this example? Can it help me?
--- (Edited on 3/7/2012 6:58 am [GMT-0600] by spiegel) ---
>can i use it on cygwin?
did you try it? I don't know all of cygwin's limitations, but you should be able to install Python (make sure you have the correct version used by the project in your link).
>What do you think about this example? Can it help me?
You need to understand how to programmatically process the output from Julius using the stdout stream - RainCT's post is excellent for doing that.
Once you understand that, then move on to robotic controls.
--- (Edited on 3/7/2012 10:28 am [GMT-0500] by kmaclean) ---