I'm trying to use Julius on ubuntu. After a couple of hours I've finally made it to work.
Basically, the only thing I need it to do is to trigger a script when it recognizes a certain word (ex. "computer"). And that's the main problem. What's the best way to do it?
Also it seems like I can't manage to run Julius in a "quiet" mode
$ julius -quiet -input mic -C julian.jconf 2>/dev/null
still outputs too much information:
..........
reject short input = off
----------------------- System Information end -----------------------
*************************************************************
* NOTICE: The first input may not be recognized, since *
* no initial CMN parameter is available on startup. *
* for MFCC01*
*************************************************************
Stat: capture audio at 16000Hz
Stat: adin_alsa: latency set to 32 msec (chunk = 512 bytes)
Error: adin_alsa: unable to get pcm info from card control
Warning: adin_alsa: skip output of detailed audio device info
STAT: AD-in thread created
Warning: strip: sample 0-27 has zero value, stripped
pass1_best:
DOWarning: strip: sample 192-444 has zero value, strippedpass1_best:
DO PLAYsentence1:
DO PLAYpass1_best:
sentence1: DO PLAY
pass1_best:Warning: strip: sample 406-436 has zero value, stripped
....
and so on.
Any suggestions?