Warning, /multimedia/subtitlecomposer/src/speechplugins/pocketsphinx/pocketsphinxconfig.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004           xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                                                   http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0006         <include>plugin-config.h</include>
0007         <kcfgfile name="subtitlecomposerrc"/>
0008 
0009         <group name="PocketSphinx">
0010                 <entry name="acousticModelPath" type="Path">
0011                         <label>Directory containing acoustic model files</label>
0012                         <default code="true">QStringLiteral("file://" POCKETSPHINX_MODELDIR "/en-us/en-us")</default>
0013                 </entry>
0014                 <entry name="trigramModelFile" type="Path">
0015                         <label>Word trigram language model input file</label>
0016                         <default code="true">QStringLiteral("file://" POCKETSPHINX_MODELDIR "/en-us/en-us.lm.bin")</default>
0017                 </entry>
0018                 <entry name="lexiconFile" type="Path">
0019                         <label>Main pronunciation dictionary (lexicon) input file</label>
0020                         <default code="true">QStringLiteral("file://" POCKETSPHINX_MODELDIR "/en-us/cmudict-en-us.dict")</default>
0021                 </entry>
0022 
0023                 <entry name="vadPostSpeech" type="Int">
0024                         <label>Num of silence frames to keep after speech to silence transition</label>
0025                         <default>75</default>
0026                 </entry>
0027                 <entry name="vadPreSpeech" type="Int">
0028                         <label>Num of speech frames to keep before silence to speech transition</label>
0029                         <default>30</default>
0030                 </entry>
0031                 <entry name="vadStartSpeech" type="Int">
0032                         <label>Num of speech frames to trigger VAD from silence to speech</label>
0033                         <default>10</default>
0034                 </entry>
0035                 <entry name="vadTreshold" type="Double">
0036                         <label>Threshold for decision between noise and silence frames. Log-ratio between signal level and noise level</label>
0037                         <default>2.0</default>
0038                 </entry>
0039         </group>
0040 </kcfg>