VoxForge
--- (Edited on 5/2/2010 3:10 am [GMT-0500] by Visitor) ---
><<< please speak >>> Is it possible to change it? because i do not want to
>display something like this.
The manual has the "-quiet" parameter, which might work
Or, just create a wrapper for Julius as is done when interfacing Julius with a dialog manager... see here for a list a dialog managers.
--- (Edited on 5/3/2010 1:55 pm [GMT-0400] by kmaclean) ---
Thanks for your reply
But, what I really want is to change the thing from the code itself. Not just by changing the parameter.
Because, my real intention is to display my own word instead the default one.
Do you know how to do it?
Thanks in advance
--- (Edited on 5/6/2010 9:37 pm [GMT-0500] by Visitor) ---
>But, what I really want is to change the thing from the code
>itself. Not just by changing the parameter.
Change it in the Julius code itself and recompile... it would be easier to create a wrapper (using Python/Perl/PHP/Ruby...) to display whatever you want.
--- (Edited on 6/9/2010 10:56 pm [GMT-0400] by kmaclean) ---
>But, what I really want is to change the thing from the code itself.
Use JuliusLib. Julius source code has a folder called julius-simple that has a sample code to use the Julius API. You can redirect all these statements to a file.
--- (Edited on 8/24/2010 12:56 pm [GMT-0500] by Ravishanker) ---