Comments

Flat
how to give input audio while testing
User: Shama
Date: 6/3/2016 8:33 am
Views: 2430
Rating: 0

julia -input mic -C test.jconf

i tried to run this command after performing all the previous steps.

following error is displayed. please help me how to set input file. i have input.wav in my folder.

please help me

and thanks in advance

ERROR: unknown option: -input
 in process_options at client.jl:306
 in _start at client.jl:389

Re: how to give input audio while testing
User: kmaclean
Date: 6/3/2016 9:07 am
Views: 15
Rating: 0

>julia -input mic -C test.jconf

julia is a scripting language like Perl/Python/Ruby...

julius is the speech recognition engine.

you want to use julius.

Re: how to give input audio while testing
User: Visitor
Date: 6/3/2016 11:07 am
Views: 12
Rating: 0

i just want to get the output by giving it input file. this input file is in audio form or some other???

Re: how to give input audio while testing
User: colbec
Date: 6/5/2016 6:12 am
Views: 19
Rating: 0

So far in this thread the examples have used the options "-input mic -C test.jconf" - in this case, when Julius has been set up correctly with audio and language models Julius will start and then wait for sounds input via the microphone and display results on the screen.

If you want to input your audio with a file, that requires a slightly different set of command line options. Study the example jconf file carefully for those that apply.

PreviousNext