logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

       This is yet another sample client written in perl. It will connect to Julius running in module mode,
       receive recognition results from Julius, and cna send commands to control Julius.

       This is a tiny program with only 57 lines. You can use it for free.

Examples

       Invoke Julius with module mode by specifying "-module" option:
       Then, at other terminal or other host, invoke jclient like below. The default hostname is "localhost",
       and port number is 10500. You can change them by editing the top part of the script.
       It will then receive the outputs of Julius and output the raw message to standard out. Also, by inputting
       a raw module command to the standard input of jclient, it will be sent to Julius. See manuals for the
       specification of module mode.

Name

           jclient
          - sample client for module mode (perl version)

See Also

julius ( 1 ) ,
        jcontrol ( 1 )

Synopsis

jclient

See Also