VoxForge
Hi,
I have built Julius using HTK acoustic model on Ubuntu 14.04. I would like to get the output to a C program to control a robot. I am running the robot using Eclipse Luna so if I could get the output to this program would be great. Any ideas ? Thanks.
--- (Edited on 11/22/2014 5:31 am [GMT-0600] by pg19) ---
>I would like to get the output to a C program to control a robot.
Julius is written in C and can operate in client/server mode - you could integrate the client code into your program, or call the client using the exec() or system() functions.
Look at how Julius can be called with a scripting language.
--- (Edited on 11/22/2014 9:43 am [GMT-0500] by kmaclean) ---
--- (Edited on 11/22/2014 4:00 pm [GMT-0500] by kmaclean) ---