community:pocketsphinx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
community:pocketsphinx [2015/11/17 09:48] borjacommunity:pocketsphinx [2015/12/08 21:47] borja
Line 28: Line 28:
      * unimrcp/plugins/Makefile.am      * unimrcp/plugins/Makefile.am
      * unimrcp/plugins/mrcp-pocketsphinx (directory)      * unimrcp/plugins/mrcp-pocketsphinx (directory)
-     * unimrcp/plugins/mrcp-pocketsphinx (directory)+     * unimrcp/plugins/mrcp-flite (directory)
      * unimrcp/build/acmacros/*.m4      * unimrcp/build/acmacros/*.m4
   * Change directory to unimrcp, and execute the bootstrap   * Change directory to unimrcp, and execute the bootstrap
Line 46: Line 46:
   * /data : Copy the models and the dictionaies.   * /data : Copy the models and the dictionaies.
  
 +
 +** UniMRCP Server executable help line: **
 +
 +<code>
 +root@borja:~# /usr/local/unimrcp/bin/unimrcpserver --help
 +
 + * Copyright 2008-2014 Arsen Chaloyan
 + *
 + * Licensed under the Apache License, Version 2.0 (the License);
 + * you may not use this file except in compliance with the License.
 + * You may obtain a copy of the License at
 + *
 +     http://www.apache.org/licenses/LICENSE-2.0
 + *
 + * Unless required by applicable law or agreed to in writing, software
 + * distributed under the License is distributed on an AS IS BASIS,
 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 + * See the License for the specific language governing permissions and
 + * limitations under the License.
 +
 +
 +Usage:
 +
 +  unimrcpserver [options]
 +
 +  Available options:
 +
 +   -r [--root-dir] path     : Set the path to the project root directory.
 +
 +   -c [--dir-layout] path   : Set the path to the dir layout config file.
 +                              (takes the precedence over --root-dir option)
 +
 +   -l [--log-prio] priority : Set the log priority.
 +                              (0-emergency, ..., 7-debug)
 +
 +   -o [--log-output] mode   : Set the log output mode.
 +                              (0-none, 1-console only, 2-file only, 3-both)
 +
 +   -d [--daemon]            : Run as a daemon.
 +
 +   -v [--version]           : Show the version.
 +
 +   -h [--help]              : Show the help.
 +
 +</code>
 +
 +
 +** Start the uniMRCP server:**
 +
 +For debugging :
 +<code>
 +/usr/local/unimrcp/bin/unimrcpserver -r /usr/local/unimrcp/
 +</code>
 +
 +
 +Run as a daemon:
 +<code>
 +/usr/local/unimrcp/bin/unimrcpserver -r /usr/local/unimrcp/ -d
 +</code>
  
  
  • community/pocketsphinx.txt
  • Last modified: 2016/01/25 00:17
  • by borja