client.props
来自「It is the Speech recognition software. 」· PROPS 代码 · 共 37 行
PROPS
37 行
############################################################# Global logging properties#############################################################handlers= java.util.logging.ConsoleHandler# This is the overall default logging level.level= WARN# Tracing level for the consolejava.util.logging.ConsoleHandler.level = WARNjava.util.logging.ConsoleHandler.formatter = edu.cmu.sphinx.util.SphinxLogFormatteredu.cmu.sphinx.util.LogMath.logBase = 1.0001############################################################# # FrontEnd properties#############################################################edu.cmu.sphinx.frontend.useAcousticModelProperties = falseedu.cmu.sphinx.frontend.bytesPerAudioFrame = 4000edu.cmu.sphinx.frontend.cepstrumSize = 13edu.cmu.sphinx.frontend.featureExtractor.cepstraBufferSize = 256edu.cmu.sphinx.frontend.featureExtractor.featureLength = 39edu.cmu.sphinx.frontend.featureExtractor.windowSize = 3edu.cmu.sphinx.frontend.preemphasis.factor = 0.97edu.cmu.sphinx.frontend.windowSizeInMs = 25.625edu.cmu.sphinx.frontend.windowShiftInMs = 10edu.cmu.sphinx.frontend.windower.alpha = 0.46edu.cmu.sphinx.research.distributed.client.ClientFrontEnd.server = glottis.east
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?