1POCKETSPHINX_MDEF_CONVERT(1)General Commands ManualPOCKETSPHINX_MDEF_CONVERT(1)
2
3
4
6 pocketsphinx_mdef_convert - Convert text-format model definition files
7 to and from PocketSphinx format
8
10 pocketsphinx_mdef_convert [ options ] INPUT OUTPUT
11
13 This program converts the text format acoustic model definition files
14 generated by SphinxTrain into the fast binary format used by Pocket‐
15 Sphinx. It can also convert binary files back to text format.
16
17 -text The input is in text format, and is to be converted to binary.
18
19 -bin The input is in binary format, and is to be converted to text.
20
22 Written by David Huggins-Daines <dhuggins@cs.cmu.edu>.
23
25 Copyright © 2016 Carnegie Mellon University. See the file COPYING
26 included with this package for more information.
27
28
29
30 2007-08-27 POCKETSPHINX_MDEF_CONVERT(1)