General Discussion

Flat
Need Help: Modify julius code?
User: 12074n12
Date: 5/2/2010 3:10 am
Views: 5749
Rating: 1
Hi, As a part of my project, I need to recognize some commands from the user through the microphone. I intend to use Julius for this. I have done compiled itand have used it also. when we use it, it will display its startup information on the screen something like this. ------------- System Info end ------------- ************************************************************ * NOTICE: The first input may not be correctly recoginized * * since no CMN parameter is available on startup. * ************************************************************ ------ ### read waveform input <<< please speak >>> Is it possible to change it? because i do not want to display something like this. i just want it to display the result. if possible, which file should i modify? Thanks in advance

--- (Edited on 5/2/2010 3:10 am [GMT-0500] by Visitor) ---

Re: Need Help: Modify julius code?
User: kmaclean
Date: 5/3/2010 12:55 pm
Views: 1147
Rating: 2

><<< 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) ---

Re: Need Help: Modify julius code?
User: 12074n12
Date: 5/6/2010 9:37 pm
Views: 145
Rating: 2

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) ---

Re: Need Help: Modify julius code?
User: kmaclean
Date: 6/9/2010 9:56 pm
Views: 191
Rating: 1

>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) ---

Re: Need Help: Modify julius code?
User: Ravishanker
Date: 8/24/2010 12:56 pm
Views: 1824
Rating: 2

>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) ---

PreviousNext