jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.53k stars 1.01k forks source link

FST model does not exist! #406

Open schnti opened 8 years ago

schnti commented 8 years ago

How to fix this error?

*******************************************************
*             JASPER - THE TALKING COMPUTER           *
* (c) 2015 Shubhro Saha, Charlie Marsh & Jan Holthuis *
*******************************************************
DEBUG:client.application:Trying to read config file: '/home/pi/.jasper/profile.yml'
WARNING:client.application:language not specified in profile, using 'en-US'
INFO:client.application:audio_engine not specified in profile, using defaults.
DEBUG:client.application:Using Audio engine 'pyaudio'
DEBUG:client.application:Using STT engine 'sphinx'
DEBUG:client.application:Using passive STT engine 'sphinx'
DEBUG:client.application:Using TTS engine 'flite-tts'
INFO:client.application:Using keyword 'SPEAK LIFE'
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/birthday
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/birthday/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: birthday 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/mpdcontrol
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/mpdcontrol/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: mpdcontrol 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/gmail
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/gmail/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: gmail 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/weather
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/weather/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: weather 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/hackernews
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/hackernews/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: hn 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/news
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/news/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: news 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/notifications
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/notifications/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: notifications 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/joke
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/joke/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: joke 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/life
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/life/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: life 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/unclear
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/unclear/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: unclear 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/clock
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/clock/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: clock 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/witai-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/witai-stt/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: witai-stt 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/pocketsphinx-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/pocketsphinx-stt/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: sphinx 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/google-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/google-stt/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: google 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/att-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/att-stt/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: att-stt 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/julius-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/julius-stt/plugin.info' parsed successfully!
DEBUG:client.diagnose:Checking executable 'julius'...
DEBUG:client.diagnose:Executable 'julius' found: '/usr/local/bin/julius'
DEBUG:client.pluginstore:Found valid plugin: julius-stt 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/kaldigstserver-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/kaldigstserver-stt/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: kaldigstserver-stt 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/mary-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/mary-tts/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: mary-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/festival-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/festival-tts/plugin.info' parsed successfully!
DEBUG:client.diagnose:Checking executable 'text2wave'...
DEBUG:client.diagnose:Executable 'text2wave' found: '/usr/bin/text2wave'
DEBUG:client.diagnose:Checking executable 'festival'...
DEBUG:client.diagnose:Executable 'festival' found: '/usr/bin/festival'
DEBUG:client.pluginstore:Found valid plugin: festival-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/osx-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/osx-tts/plugin.info' parsed successfully!
WARNING:client.pluginstore:Plugin at '/home/pi/jasper/plugins/tts/osx-tts' skipped! (Reason: Invalid platform!)
Traceback (most recent call last):
  File "/home/pi/jasper/client/pluginstore.py", line 156, in detect_plugins
    plugin_info = self.parse_plugin(root)
  File "/home/pi/jasper/client/pluginstore.py", line 195, in parse_plugin
    self._categories_map.values())
  File "/home/pi/jasper/client/pluginstore.py", line 51, in parse_plugin_class
    ("py", "r", imp.PKG_DIRECTORY))
  File "/home/pi/jasper/plugins/tts/osx-tts/__init__.py", line 2, in <module>
    from .osx import MacOSXTTSPlugin
  File "/home/pi/jasper/plugins/tts/osx-tts/osx.py", line 13, in <module>
    raise ImportError('Invalid platform!')
ImportError: Invalid platform!
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/ivona-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/ivona-tts/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: ivona-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/cereproc-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/cereproc-tts/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: cereproc-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/flite-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/flite-tts/plugin.info' parsed successfully!
DEBUG:client.diagnose:Checking executable 'flite'...
DEBUG:client.diagnose:Executable 'flite' found: '/usr/bin/flite'
DEBUG:client.pluginstore:Found valid plugin: flite-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/pico-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/pico-tts/plugin.info' parsed successfully!
DEBUG:client.diagnose:Checking executable 'pico2wave'...
DEBUG:client.diagnose:Executable 'pico2wave' found: '/usr/bin/pico2wave'
DEBUG:client.pluginstore:Found valid plugin: pico-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/google-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/google-tts/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: google-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/espeak-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/espeak-tts/plugin.info' parsed successfully!
DEBUG:client.diagnose:Checking executable 'espeak'...
DEBUG:client.diagnose:Executable 'espeak' found: '/usr/bin/espeak'
DEBUG:client.pluginstore:Found valid plugin: espeak-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/audioengine/alsa-ae
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/audioengine/alsa-ae/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: alsa 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/audioengine/pyaudio-ae
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/audioengine/pyaudio-ae/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: pyaudio 1.0.0
INFO:pyaudio_1_0_0.pyaudioengine:Initializing PyAudio. ALSA/Jack error messages that pop up during this process are normal and can usually be safely ignored.
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.front.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM front
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround21
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround21
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround40.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround40
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround41
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround50
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround51
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround71.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround71
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM iec958
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM spdif
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM spdif
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
INFO:pyaudio_1_0_0.pyaudioengine:Initialization of PyAudio engine finished
DEBUG:pyaudio_1_0_0.pyaudioengine:Found 6 PyAudio devices
DEBUG:pyaudio_1_0_0.pyaudioengine:Found 6 PyAudio devices
DEBUG:pyaudio_1_0_0.pyaudioengine:Found 6 PyAudio devices
WARNING:client.application:output_device not specified in profile, defaulting to 'default' (Possible values: bcm2835-alsa-hw00, bcm2835-alsa-iec958hdmi, usb-pnp-sound-device-audio, sysdefault, dmix, default)
DEBUG:pyaudio_1_0_0.pyaudioengine:Found 6 PyAudio devices
WARNING:client.application:Plugin 'weather' skipped! (Reason: Weather location not configured!)
Traceback (most recent call last):
  File "/home/pi/jasper/client/application.py", line 173, in __init__
    plugin = info.plugin_class(info, self.config)
  File "/home/pi/jasper/plugins/speechhandler/weather/weather.py", line 116, in __init__
    raise ValueError('Weather location not configured!')
ValueError: Weather location not configured!
WARNING:sphinx_1_0_0.sphinxplugin:This STT plugin doesn't have multilanguage support!
INFO:client.vocabcompiler:Starting compilation...
ERROR:client.vocabcompiler:Fatal compilation error occured: FST model does not exist!
Traceback (most recent call last):
  File "/home/pi/jasper/client/vocabcompiler.py", line 140, in compile
    compilation_func(config, self.path, phrases)
  File "/home/pi/jasper/plugins/stt/pocketsphinx-stt/sphinxvocab.py", line 65, in compile_vocabulary
    raise OSError('FST model does not exist!')
OSError: FST model does not exist!
Traceback (most recent call last):
  File "/home/pi/jasper/jasper.py", line 32, in <module>
    app = application.Jasper(use_local_mic=args.local)
  File "/home/pi/jasper/client/application.py", line 196, in __init__
    self.config)
  File "/home/pi/jasper/plugins/stt/pocketsphinx-stt/sphinxplugin.py", line 44, in __init__
    sphinxvocab.compile_vocabulary)
  File "/home/pi/jasper/client/plugin.py", line 80, in compile_vocabulary
    self.profile, compilation_func, self._vocabulary_phrases)
  File "/home/pi/jasper/client/vocabcompiler.py", line 156, in compile
    raise e
OSError: FST model does not exist!

My Settings:

carrier: ''
first_name: Timo
gmail_password: ''
last_name: Schneider
location: Berlin
phone_number: ''
prefers_email: true
stt_engine: sphinx
pocketsphinx:
  fst_model: '../phonetisaurus/g014b2b.fst'                              #optional
  hmm_dir: '/usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k' #optional
timezone: Europe/Berlin
#stt_engine: google
#keys:
#    GOOGLE_SPEECH: 'xxx'
audio:
   input_samplerate: 44100
   input_samplewidth: 16
   input_channels: 1
   input_chunksize: 1024
   output_chunksize: 1024
   output_padding: 'no'    # true, yes
keyword: 'JASPER'
#tts_engine: ivona-tts
#tts_engine: cereproc-tts
tts_engine: flite-tts
#tts_engine: pico-tts
#tts_engine: google-tts
#tts_engine: espeak-tts
#tts_engine: alsa-ae
#tts_engine: pyaudio-ae
#tts_engine: flite-tts
#output_device: usb-pnp-sound-device-audio
espeak-tts:
   voice: de-DE
input_device: usb-pp-sound-device-audio
Holzhaus commented 8 years ago

Specify an absolute path to fst_model and make sure it really exists.

schnti commented 8 years ago

Thanks, that helped me a lot. This should be updated in the documentation.

But now I get another not ending error:

WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Stream closed' (Errno: -9988)

Complete output:

pi@raspberrypi:~ $ /home/pi/jasper/jasper.py --debug
*******************************************************
*             JASPER - THE TALKING COMPUTER           *
* (c) 2015 Shubhro Saha, Charlie Marsh & Jan Holthuis *
*******************************************************
DEBUG:client.application:Trying to read config file: '/home/pi/.jasper/profile.yml'
WARNING:client.application:language not specified in profile, using 'en-US'
INFO:client.application:audio_engine not specified in profile, using defaults.
DEBUG:client.application:Using Audio engine 'pyaudio'
DEBUG:client.application:Using STT engine 'sphinx'
DEBUG:client.application:Using passive STT engine 'sphinx'
DEBUG:client.application:Using TTS engine 'pico-tts'
INFO:client.application:Using keyword 'JAMES'
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/birthday
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/birthday/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: birthday 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/mpdcontrol
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/mpdcontrol/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: mpdcontrol 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/gmail
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/gmail/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: gmail 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/weather
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/weather/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: weather 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/hackernews
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/hackernews/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: hn 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/news
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/news/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: news 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/notifications
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/notifications/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: notifications 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/joke
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/joke/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: joke 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/life
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/life/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: life 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/unclear
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/unclear/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: unclear 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/speechhandler/clock
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/speechhandler/clock/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: clock 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/witai-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/witai-stt/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: witai-stt 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/pocketsphinx-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/pocketsphinx-stt/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: sphinx 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/google-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/google-stt/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: google 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/att-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/att-stt/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: att-stt 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/julius-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/julius-stt/plugin.info' parsed successfully!
DEBUG:client.diagnose:Checking executable 'julius'...
DEBUG:client.diagnose:Executable 'julius' found: '/usr/local/bin/julius'
DEBUG:client.pluginstore:Found valid plugin: julius-stt 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/stt/kaldigstserver-stt
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/stt/kaldigstserver-stt/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: kaldigstserver-stt 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/mary-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/mary-tts/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: mary-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/festival-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/festival-tts/plugin.info' parsed successfully!
DEBUG:client.diagnose:Checking executable 'text2wave'...
DEBUG:client.diagnose:Executable 'text2wave' found: '/usr/bin/text2wave'
DEBUG:client.diagnose:Checking executable 'festival'...
DEBUG:client.diagnose:Executable 'festival' found: '/usr/bin/festival'
DEBUG:client.pluginstore:Found valid plugin: festival-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/osx-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/osx-tts/plugin.info' parsed successfully!
WARNING:client.pluginstore:Plugin at '/home/pi/jasper/plugins/tts/osx-tts' skipped! (Reason: Invalid platform!)
Traceback (most recent call last):
  File "/home/pi/jasper/client/pluginstore.py", line 156, in detect_plugins
    plugin_info = self.parse_plugin(root)
  File "/home/pi/jasper/client/pluginstore.py", line 195, in parse_plugin
    self._categories_map.values())
  File "/home/pi/jasper/client/pluginstore.py", line 51, in parse_plugin_class
    ("py", "r", imp.PKG_DIRECTORY))
  File "/home/pi/jasper/plugins/tts/osx-tts/__init__.py", line 2, in <module>
    from .osx import MacOSXTTSPlugin
  File "/home/pi/jasper/plugins/tts/osx-tts/osx.py", line 13, in <module>
    raise ImportError('Invalid platform!')
ImportError: Invalid platform!
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/ivona-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/ivona-tts/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: ivona-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/cereproc-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/cereproc-tts/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: cereproc-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/flite-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/flite-tts/plugin.info' parsed successfully!
DEBUG:client.diagnose:Checking executable 'flite'...
DEBUG:client.diagnose:Executable 'flite' found: '/usr/bin/flite'
DEBUG:client.pluginstore:Found valid plugin: flite-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/pico-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/pico-tts/plugin.info' parsed successfully!
DEBUG:client.diagnose:Checking executable 'pico2wave'...
DEBUG:client.diagnose:Executable 'pico2wave' found: '/usr/bin/pico2wave'
DEBUG:client.pluginstore:Found valid plugin: pico-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/google-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/google-tts/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: google-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/tts/espeak-tts
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/tts/espeak-tts/plugin.info' parsed successfully!
DEBUG:client.diagnose:Checking executable 'espeak'...
DEBUG:client.diagnose:Executable 'espeak' found: '/usr/bin/espeak'
DEBUG:client.pluginstore:Found valid plugin: espeak-tts 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/audioengine/alsa-ae
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/audioengine/alsa-ae/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: alsa 1.0.0
DEBUG:client.pluginstore:Found plugin candidate at: /home/pi/jasper/plugins/audioengine/pyaudio-ae
DEBUG:client.pluginstore:Plugin info file '/home/pi/jasper/plugins/audioengine/pyaudio-ae/plugin.info' parsed successfully!
DEBUG:client.pluginstore:Found valid plugin: pyaudio 1.0.0
INFO:pyaudio_1_0_0.pyaudioengine:Initializing PyAudio. ALSA/Jack error messages that pop up during this process are normal and can usually be safely ignored.
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.front.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM front
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround21
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround21
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround40.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround40
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround41
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround50
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround51.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround51
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.surround71.0:CARD=0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround71
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM iec958
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM spdif
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.bcm2835.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM spdif
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
INFO:pyaudio_1_0_0.pyaudioengine:Initialization of PyAudio engine finished
DEBUG:pyaudio_1_0_0.pyaudioengine:Found 6 PyAudio devices
DEBUG:pyaudio_1_0_0.pyaudioengine:Found 6 PyAudio devices
DEBUG:pyaudio_1_0_0.pyaudioengine:Found 6 PyAudio devices
WARNING:client.application:output_device not specified in profile, defaulting to 'default' (Possible values: bcm2835-alsa-hw00, bcm2835-alsa-iec958hdmi, usb-pnp-sound-device-audio, sysdefault, dmix, default)
DEBUG:pyaudio_1_0_0.pyaudioengine:Found 6 PyAudio devices
WARNING:client.application:Plugin 'weather' skipped! (Reason: Weather location not configured!)
Traceback (most recent call last):
  File "/home/pi/jasper/client/application.py", line 173, in __init__
    plugin = info.plugin_class(info, self.config)
  File "/home/pi/jasper/plugins/speechhandler/weather/weather.py", line 116, in __init__
    raise ValueError('Weather location not configured!')
ValueError: Weather location not configured!
WARNING:sphinx_1_0_0.sphinxplugin:This STT plugin doesn't have multilanguage support!
DEBUG:client.vocabcompiler:compiled_revision is 'ba6c824f7e47fa242905db670de140697319bf85'
DEBUG:sphinx_1_0_0.sphinxplugin:Initializing PocketSphinx Decoder with hmm_dir '/usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k'
WARNING:sphinx_1_0_0.sphinxplugin:This STT plugin doesn't have multilanguage support!
DEBUG:client.vocabcompiler:compiled_revision is '7e63c0445bb1ce5485ee0539fb0797d6a1c3edfc'
DEBUG:sphinx_1_0_0.sphinxplugin:Initializing PocketSphinx Decoder with hmm_dir '/usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k'
DEBUG:client.mic:Input sample rate: 44100 Hz
DEBUG:client.mic:Input sample width: 16 bit
DEBUG:client.mic:Input channels: 1
DEBUG:client.mic:Input chunksize: 1024 frames
DEBUG:client.mic:Output chunksize: 1024 frames
DEBUG:client.mic:Output padding: no
DEBUG:pico_tts_1_0_0.pico:Executing pico2wave -w /tmp/tmpfe9Ge7.wav -l en-US 'How can I be of service, Timo?'
DEBUG:pyaudio_1_0_0.pyaudioengine:output stream opened on device 'default' (16000 Hz, 1 channel, 16 bit)
DEBUG:pyaudio_1_0_0.pyaudioengine:output stream closed on device 'default'
DEBUG:client.conversation:Starting to handle conversation.
INFO:client.mic:Waiting for keyword 'JAMES'...
DEBUG:pyaudio_1_0_0.pyaudioengine:input stream opened on device 'usb-pnp-sound-device-audio' (44100 Hz, 1 channel, 16 bit)
DEBUG:client.mic:Started recording on device 'usb-pnp-sound-device-audio'
DEBUG:client.mic:Triggered on SNR of 12.6601825537dB
DEBUG:client.mic:Recording's SNR dB: 0.934868
DEBUG:client.mic:Recorded 21 frames
INFO: cmn.c(175): CMN: 21.39 -4.49 -0.58  1.27  0.11  1.29  0.15  0.34  0.17  0.90  0.83  0.36  0.31 
INFO: ngram_search_fwdtree.c(1549):     1704 words recognized (13/fr)
INFO: ngram_search_fwdtree.c(1551):    85814 senones evaluated (640/fr)
INFO: ngram_search_fwdtree.c(1553):    67513 channels searched (503/fr), 5330 1st, 57343 last
INFO: ngram_search_fwdtree.c(1557):     3569 words for which last channels evaluated (26/fr)
INFO: ngram_search_fwdtree.c(1560):     4584 candidate words for entering last phone (34/fr)
INFO: ngram_search_fwdtree.c(1562): fwdtree 0.13 CPU 0.097 xRT
INFO: ngram_search_fwdtree.c(1565): fwdtree 0.13 wall 0.100 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 10 words
INFO: ngram_search_fwdflat.c(937):      429 words recognized (3/fr)
INFO: ngram_search_fwdflat.c(939):    24509 senones evaluated (183/fr)
INFO: ngram_search_fwdflat.c(941):    15911 channels searched (118/fr)
INFO: ngram_search_fwdflat.c(943):      924 words searched (6/fr)
INFO: ngram_search_fwdflat.c(945):      525 word transitions (3/fr)
INFO: ngram_search_fwdflat.c(948): fwdflat 0.04 CPU 0.030 xRT
INFO: ngram_search_fwdflat.c(951): fwdflat 0.04 wall 0.026 xRT
INFO: ngram_search.c(1214): </s> not found in last frame, using <sil>.132 instead
INFO: ngram_search.c(1266): lattice start node <s>.0 end node <sil>.67
INFO: ngram_search.c(1294): Eliminated 1 nodes before end node
INFO: ngram_search.c(1399): Lattice has 57 nodes, 64 links
INFO: ps_lattice.c(1365): Normalizer P(O) = alpha(<sil>:67:132) = -741398
INFO: ps_lattice.c(1403): Joint P(O,S) = -753201 P(S|O) = -11803
INFO: ngram_search.c(888): bestpath 0.00 CPU 0.000 xRT
INFO: ngram_search.c(891): bestpath 0.00 wall 0.001 xRT
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: cmd_ln.c(691): Parsing command line:
DEBUG:sphinx_1_0_0.sphinxplugin:\
DEBUG:sphinx_1_0_0.sphinxplugin:-hmm /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k \
DEBUG:sphinx_1_0_0.sphinxplugin:-lm /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/languagemodel \
DEBUG:sphinx_1_0_0.sphinxplugin:-dict /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/dictionary \
DEBUG:sphinx_1_0_0.sphinxplugin:-logfn /tmp/psdecoder_RIrZEV.log
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:Current configuration:
DEBUG:sphinx_1_0_0.sphinxplugin:[NAME]      [DEFLT]     [VALUE]
DEBUG:sphinx_1_0_0.sphinxplugin:-agc        none        none
DEBUG:sphinx_1_0_0.sphinxplugin:-agcthresh  2.0     2.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-alpha      0.97        9.700000e-01
DEBUG:sphinx_1_0_0.sphinxplugin:-ascale     20.0        2.000000e+01
DEBUG:sphinx_1_0_0.sphinxplugin:-aw     1       1
DEBUG:sphinx_1_0_0.sphinxplugin:-backtrace  no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-beam       1e-48       1.000000e-48
DEBUG:sphinx_1_0_0.sphinxplugin:-bestpath   yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-bestpathlw 9.5     9.500000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-bghist     no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-ceplen     13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-cmn        current     current
DEBUG:sphinx_1_0_0.sphinxplugin:-cmninit    8.0     8.0
DEBUG:sphinx_1_0_0.sphinxplugin:-compallsen no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-debug              0
DEBUG:sphinx_1_0_0.sphinxplugin:-dict               /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/dictionary
DEBUG:sphinx_1_0_0.sphinxplugin:-dictcase   no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-dither     no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-doublebw   no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-ds     1       1
DEBUG:sphinx_1_0_0.sphinxplugin:-fdict
DEBUG:sphinx_1_0_0.sphinxplugin:-feat       1s_c_d_dd   1s_c_d_dd
DEBUG:sphinx_1_0_0.sphinxplugin:-featparams
DEBUG:sphinx_1_0_0.sphinxplugin:-fillprob   1e-8        1.000000e-08
DEBUG:sphinx_1_0_0.sphinxplugin:-frate      100     100
DEBUG:sphinx_1_0_0.sphinxplugin:-fsg
DEBUG:sphinx_1_0_0.sphinxplugin:-fsgusealtpron  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-fsgusefiller   yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflat    yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatbeam    1e-64       1.000000e-64
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatefwid   4       4
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatlw  8.5     8.500000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatsfwin   25      25
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatwbeam   7e-29       7.000000e-29
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdtree    yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-hmm                /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k
DEBUG:sphinx_1_0_0.sphinxplugin:-input_endian   little      little
DEBUG:sphinx_1_0_0.sphinxplugin:-jsgf
DEBUG:sphinx_1_0_0.sphinxplugin:-kdmaxbbi   -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-kdmaxdepth 0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-kdtree
DEBUG:sphinx_1_0_0.sphinxplugin:-latsize    5000        5000
DEBUG:sphinx_1_0_0.sphinxplugin:-lda
DEBUG:sphinx_1_0_0.sphinxplugin:-ldadim     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lextreedump    0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lifter     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lm             /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/languagemodel
DEBUG:sphinx_1_0_0.sphinxplugin:-lmctl
DEBUG:sphinx_1_0_0.sphinxplugin:-lmname     default     default
DEBUG:sphinx_1_0_0.sphinxplugin:-logbase    1.0001      1.000100e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-logfn              /tmp/psdecoder_RIrZEV.log
DEBUG:sphinx_1_0_0.sphinxplugin:-logspec    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-lowerf     133.33334   1.333333e+02
DEBUG:sphinx_1_0_0.sphinxplugin:-lpbeam     1e-40       1.000000e-40
DEBUG:sphinx_1_0_0.sphinxplugin:-lponlybeam 7e-29       7.000000e-29
DEBUG:sphinx_1_0_0.sphinxplugin:-lw     6.5     6.500000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-maxhmmpf   -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-maxnewoov  20      20
DEBUG:sphinx_1_0_0.sphinxplugin:-maxwpf     -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-mdef
DEBUG:sphinx_1_0_0.sphinxplugin:-mean
DEBUG:sphinx_1_0_0.sphinxplugin:-mfclogdir
DEBUG:sphinx_1_0_0.sphinxplugin:-min_endfr  0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-mixw
DEBUG:sphinx_1_0_0.sphinxplugin:-mixwfloor  0.0000001   1.000000e-07
DEBUG:sphinx_1_0_0.sphinxplugin:-mllr
DEBUG:sphinx_1_0_0.sphinxplugin:-mmap       yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-ncep       13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-nfft       512     512
DEBUG:sphinx_1_0_0.sphinxplugin:-nfilt      40      40
DEBUG:sphinx_1_0_0.sphinxplugin:-nwpen      1.0     1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-pbeam      1e-48       1.000000e-48
DEBUG:sphinx_1_0_0.sphinxplugin:-pip        1.0     1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-pl_beam    1e-10       1.000000e-10
DEBUG:sphinx_1_0_0.sphinxplugin:-pl_pbeam   1e-5        1.000000e-05
DEBUG:sphinx_1_0_0.sphinxplugin:-pl_window  0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-rawlogdir
DEBUG:sphinx_1_0_0.sphinxplugin:-remove_dc  no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-round_filters  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-samprate   16000       1.600000e+04
DEBUG:sphinx_1_0_0.sphinxplugin:-seed       -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-sendump
DEBUG:sphinx_1_0_0.sphinxplugin:-senlogdir
DEBUG:sphinx_1_0_0.sphinxplugin:-senmgau
DEBUG:sphinx_1_0_0.sphinxplugin:-silprob    0.005       5.000000e-03
DEBUG:sphinx_1_0_0.sphinxplugin:-smoothspec no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-svspec
DEBUG:sphinx_1_0_0.sphinxplugin:-tmat
DEBUG:sphinx_1_0_0.sphinxplugin:-tmatfloor  0.0001      1.000000e-04
DEBUG:sphinx_1_0_0.sphinxplugin:-topn       4       4
DEBUG:sphinx_1_0_0.sphinxplugin:-topn_beam  0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-toprule
DEBUG:sphinx_1_0_0.sphinxplugin:-transform  legacy      legacy
DEBUG:sphinx_1_0_0.sphinxplugin:-unit_area  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-upperf     6855.4976   6.855498e+03
DEBUG:sphinx_1_0_0.sphinxplugin:-usewdphones    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-uw     1.0     1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-var
DEBUG:sphinx_1_0_0.sphinxplugin:-varfloor   0.0001      1.000000e-04
DEBUG:sphinx_1_0_0.sphinxplugin:-varnorm    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-verbose    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_params
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_type  inverse_linear  inverse_linear
DEBUG:sphinx_1_0_0.sphinxplugin:-wbeam      7e-29       7.000000e-29
DEBUG:sphinx_1_0_0.sphinxplugin:-wip        0.65        6.500000e-01
DEBUG:sphinx_1_0_0.sphinxplugin:-wlen       0.025625    2.562500e-02
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: cmd_ln.c(691): Parsing command line:
DEBUG:sphinx_1_0_0.sphinxplugin:\
DEBUG:sphinx_1_0_0.sphinxplugin:-nfilt 20 \
DEBUG:sphinx_1_0_0.sphinxplugin:-lowerf 1 \
DEBUG:sphinx_1_0_0.sphinxplugin:-upperf 4000 \
DEBUG:sphinx_1_0_0.sphinxplugin:-wlen 0.025 \
DEBUG:sphinx_1_0_0.sphinxplugin:-transform dct \
DEBUG:sphinx_1_0_0.sphinxplugin:-round_filters no \
DEBUG:sphinx_1_0_0.sphinxplugin:-remove_dc yes \
DEBUG:sphinx_1_0_0.sphinxplugin:-svspec 0-12/13-25/26-38 \
DEBUG:sphinx_1_0_0.sphinxplugin:-feat 1s_c_d_dd \
DEBUG:sphinx_1_0_0.sphinxplugin:-agc none \
DEBUG:sphinx_1_0_0.sphinxplugin:-cmn current \
DEBUG:sphinx_1_0_0.sphinxplugin:-cmninit 56,-3,1 \
DEBUG:sphinx_1_0_0.sphinxplugin:-varnorm no
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:Current configuration:
DEBUG:sphinx_1_0_0.sphinxplugin:[NAME]      [DEFLT]     [VALUE]
DEBUG:sphinx_1_0_0.sphinxplugin:-agc        none        none
DEBUG:sphinx_1_0_0.sphinxplugin:-agcthresh  2.0     2.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-alpha      0.97        9.700000e-01
DEBUG:sphinx_1_0_0.sphinxplugin:-ceplen     13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-cmn        current     current
DEBUG:sphinx_1_0_0.sphinxplugin:-cmninit    8.0     56,-3,1
DEBUG:sphinx_1_0_0.sphinxplugin:-dither     no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-doublebw   no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-feat       1s_c_d_dd   1s_c_d_dd
DEBUG:sphinx_1_0_0.sphinxplugin:-frate      100     100
DEBUG:sphinx_1_0_0.sphinxplugin:-input_endian   little      little
DEBUG:sphinx_1_0_0.sphinxplugin:-lda
DEBUG:sphinx_1_0_0.sphinxplugin:-ldadim     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lifter     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-logspec    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-lowerf     133.33334   1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-ncep       13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-nfft       512     512
DEBUG:sphinx_1_0_0.sphinxplugin:-nfilt      40      20
DEBUG:sphinx_1_0_0.sphinxplugin:-remove_dc  no      yes
DEBUG:sphinx_1_0_0.sphinxplugin:-round_filters  yes     no
DEBUG:sphinx_1_0_0.sphinxplugin:-samprate   16000       1.600000e+04
DEBUG:sphinx_1_0_0.sphinxplugin:-seed       -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-smoothspec no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-svspec             0-12/13-25/26-38
DEBUG:sphinx_1_0_0.sphinxplugin:-transform  legacy      dct
DEBUG:sphinx_1_0_0.sphinxplugin:-unit_area  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-upperf     6855.4976   4.000000e+03
DEBUG:sphinx_1_0_0.sphinxplugin:-varnorm    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-verbose    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_params
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_type  inverse_linear  inverse_linear
DEBUG:sphinx_1_0_0.sphinxplugin:-wlen       0.025625    2.500000e-02
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: acmod.c(246): Parsed model-specific feature parameters from /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/feat.params
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: feat.c(713): Initializing feature stream to type: '1s_c_d_dd', ceplen=13, CMN='current', VARNORM='no', AGC='none'
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: cmn.c(142): mean[0]= 12.00, mean[1..12]= 0.0
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: acmod.c(167): Using subvector specification 0-12/13-25/26-38
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: mdef.c(517): Reading model definition: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/mdef
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: mdef.c(528): Found byte-order mark BMDF, assuming this is a binary mdef file
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: bin_mdef.c(336): Reading binary model definition: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/mdef
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: bin_mdef.c(513): 50 CI-phone, 143047 CD-phone, 3 emitstate/phone, 150 CI-sen, 5150 Sen, 27135 Sen-Seq
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: tmat.c(205): Reading HMM transition probability matrices: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/transition_matrices
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: acmod.c(121): Attempting to use SCHMM computation module
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(198): Reading mixture gaussian parameter: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/means
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(292): 1 codebook, 3 feature, size:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(198): Reading mixture gaussian parameter: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/variances
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(292): 1 codebook, 3 feature, size:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(354): 0 variance values floored
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(903): Loading senones from dump file /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/sendump
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(927): BEGIN FILE FORMAT DESCRIPTION
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(1022): Using memory-mapped I/O for senones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(1296): Maximum top-N: 4 Top-N beams: 0 0 0
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(317): Allocating 4161 * 20 bytes (81 KiB) for word entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(332): Reading main dictionary: /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/dictionary
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(211): Allocated 0 KiB for strings, 0 KiB for phones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(335): 54 words read
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(341): Reading filler dictionary: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/noisedict
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(211): Allocated 0 KiB for strings, 0 KiB for phones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(344): 11 words read
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(396): Building PID tables for dictionary
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(404): Allocating 50^3 * 2 bytes (244 KiB) for word-initial triphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(131): Allocated 30200 bytes (29 KiB) for word-final triphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(195): Allocated 30200 bytes (29 KiB) for single-phone word triphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(477): ngrams 1=21, 2=36, 3=52
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(135): Reading unigrams
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(516):       21 = #unigrams created
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(195): Reading bigrams
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(533):       36 = #bigrams created
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(534):        4 = #prob2 entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(542):        5 = #bo_wt2 entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(292): Reading trigrams
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(555):       52 = #trigrams created
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(556):        3 = #prob3 entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(99): 41 unique initial diphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(147): 0 root, 0 non-root channels, 13 single-phone words
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(186): Creating search tree
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(191): before: 0 root, 0 non-root channels, 13 single-phone words
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(326): after: max nonroot chan increased to 168
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(338): after: 41 root, 40 non-root channels, 12 single-phone words
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdflat.c(156): fwdflat: min_ef_width = 4, max_sf_win = 25
INFO:sphinx_1_0_0.sphinxplugin:Transcribed: ['BUT']
DEBUG:client.mic:Started recording on device 'usb-pnp-sound-device-audio'
DEBUG:client.mic:Triggered on SNR of 11.8952150517dB
DEBUG:client.mic:Recording's SNR dB: 4.910253
DEBUG:client.mic:Recording's SNR dB: 3.326628
DEBUG:client.mic:Recording's SNR dB: 2.234209
DEBUG:client.mic:Recorded 23 frames
INFO: cmn.c(175): CMN: 17.97 -3.16  0.76  0.82  0.66  0.99  0.74  0.55  0.45  0.39  0.53  0.60  0.48 
INFO: ngram_search_fwdtree.c(1549):     1877 words recognized (13/fr)
INFO: ngram_search_fwdtree.c(1551):    97302 senones evaluated (662/fr)
INFO: ngram_search_fwdtree.c(1553):    77944 channels searched (530/fr), 5863 1st, 66699 last
INFO: ngram_search_fwdtree.c(1557):     4075 words for which last channels evaluated (27/fr)
INFO: ngram_search_fwdtree.c(1560):     5195 candidate words for entering last phone (35/fr)
INFO: ngram_search_fwdtree.c(1562): fwdtree 0.17 CPU 0.116 xRT
INFO: ngram_search_fwdtree.c(1565): fwdtree 0.18 wall 0.120 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 4 words
INFO: ngram_search_fwdflat.c(937):      171 words recognized (1/fr)
INFO: ngram_search_fwdflat.c(939):    15663 senones evaluated (107/fr)
INFO: ngram_search_fwdflat.c(941):     9542 channels searched (64/fr)
INFO: ngram_search_fwdflat.c(943):      551 words searched (3/fr)
INFO: ngram_search_fwdflat.c(945):      276 word transitions (1/fr)
INFO: ngram_search_fwdflat.c(948): fwdflat 0.03 CPU 0.020 xRT
INFO: ngram_search_fwdflat.c(951): fwdflat 0.03 wall 0.021 xRT
INFO: ngram_search.c(1214): </s> not found in last frame, using <sil>.145 instead
INFO: ngram_search.c(1266): lattice start node <s>.0 end node <sil>.2
INFO: ngram_search.c(1294): Eliminated 7 nodes before end node
INFO: ngram_search.c(1399): Lattice has 9 nodes, 1 links
INFO: ps_lattice.c(1365): Normalizer P(O) = alpha(<sil>:2:145) = -758944
INFO: ps_lattice.c(1403): Joint P(O,S) = -758944 P(S|O) = 0
INFO: ngram_search.c(888): bestpath 0.00 CPU 0.000 xRT
INFO: ngram_search.c(891): bestpath 0.00 wall 0.001 xRT
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: cmd_ln.c(691): Parsing command line:
DEBUG:sphinx_1_0_0.sphinxplugin:\
DEBUG:sphinx_1_0_0.sphinxplugin:-hmm /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k \
DEBUG:sphinx_1_0_0.sphinxplugin:-lm /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/languagemodel \
DEBUG:sphinx_1_0_0.sphinxplugin:-dict /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/dictionary \
DEBUG:sphinx_1_0_0.sphinxplugin:-logfn /tmp/psdecoder_RIrZEV.log
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:Current configuration:
DEBUG:sphinx_1_0_0.sphinxplugin:[NAME]      [DEFLT]     [VALUE]
DEBUG:sphinx_1_0_0.sphinxplugin:-agc        none        none
DEBUG:sphinx_1_0_0.sphinxplugin:-agcthresh  2.0     2.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-alpha      0.97        9.700000e-01
DEBUG:sphinx_1_0_0.sphinxplugin:-ascale     20.0        2.000000e+01
DEBUG:sphinx_1_0_0.sphinxplugin:-aw     1       1
DEBUG:sphinx_1_0_0.sphinxplugin:-backtrace  no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-beam       1e-48       1.000000e-48
DEBUG:sphinx_1_0_0.sphinxplugin:-bestpath   yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-bestpathlw 9.5     9.500000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-bghist     no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-ceplen     13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-cmn        current     current
DEBUG:sphinx_1_0_0.sphinxplugin:-cmninit    8.0     8.0
DEBUG:sphinx_1_0_0.sphinxplugin:-compallsen no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-debug              0
DEBUG:sphinx_1_0_0.sphinxplugin:-dict               /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/dictionary
DEBUG:sphinx_1_0_0.sphinxplugin:-dictcase   no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-dither     no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-doublebw   no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-ds     1       1
DEBUG:sphinx_1_0_0.sphinxplugin:-fdict
DEBUG:sphinx_1_0_0.sphinxplugin:-feat       1s_c_d_dd   1s_c_d_dd
DEBUG:sphinx_1_0_0.sphinxplugin:-featparams
DEBUG:sphinx_1_0_0.sphinxplugin:-fillprob   1e-8        1.000000e-08
DEBUG:sphinx_1_0_0.sphinxplugin:-frate      100     100
DEBUG:sphinx_1_0_0.sphinxplugin:-fsg
DEBUG:sphinx_1_0_0.sphinxplugin:-fsgusealtpron  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-fsgusefiller   yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflat    yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatbeam    1e-64       1.000000e-64
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatefwid   4       4
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatlw  8.5     8.500000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatsfwin   25      25
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatwbeam   7e-29       7.000000e-29
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdtree    yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-hmm                /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k
DEBUG:sphinx_1_0_0.sphinxplugin:-input_endian   little      little
DEBUG:sphinx_1_0_0.sphinxplugin:-jsgf
DEBUG:sphinx_1_0_0.sphinxplugin:-kdmaxbbi   -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-kdmaxdepth 0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-kdtree
DEBUG:sphinx_1_0_0.sphinxplugin:-latsize    5000        5000
DEBUG:sphinx_1_0_0.sphinxplugin:-lda
DEBUG:sphinx_1_0_0.sphinxplugin:-ldadim     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lextreedump    0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lifter     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lm             /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/languagemodel
DEBUG:sphinx_1_0_0.sphinxplugin:-lmctl
DEBUG:sphinx_1_0_0.sphinxplugin:-lmname     default     default
DEBUG:sphinx_1_0_0.sphinxplugin:-logbase    1.0001      1.000100e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-logfn              /tmp/psdecoder_RIrZEV.log
DEBUG:sphinx_1_0_0.sphinxplugin:-logspec    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-lowerf     133.33334   1.333333e+02
DEBUG:sphinx_1_0_0.sphinxplugin:-lpbeam     1e-40       1.000000e-40
DEBUG:sphinx_1_0_0.sphinxplugin:-lponlybeam 7e-29       7.000000e-29
DEBUG:sphinx_1_0_0.sphinxplugin:-lw     6.5     6.500000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-maxhmmpf   -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-maxnewoov  20      20
DEBUG:sphinx_1_0_0.sphinxplugin:-maxwpf     -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-mdef
DEBUG:sphinx_1_0_0.sphinxplugin:-mean
DEBUG:sphinx_1_0_0.sphinxplugin:-mfclogdir
DEBUG:sphinx_1_0_0.sphinxplugin:-min_endfr  0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-mixw
DEBUG:sphinx_1_0_0.sphinxplugin:-mixwfloor  0.0000001   1.000000e-07
DEBUG:sphinx_1_0_0.sphinxplugin:-mllr
DEBUG:sphinx_1_0_0.sphinxplugin:-mmap       yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-ncep       13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-nfft       512     512
DEBUG:sphinx_1_0_0.sphinxplugin:-nfilt      40      40
DEBUG:sphinx_1_0_0.sphinxplugin:-nwpen      1.0     1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-pbeam      1e-48       1.000000e-48
DEBUG:sphinx_1_0_0.sphinxplugin:-pip        1.0     1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-pl_beam    1e-10       1.000000e-10
DEBUG:sphinx_1_0_0.sphinxplugin:-pl_pbeam   1e-5        1.000000e-05
DEBUG:sphinx_1_0_0.sphinxplugin:-pl_window  0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-rawlogdir
DEBUG:sphinx_1_0_0.sphinxplugin:-remove_dc  no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-round_filters  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-samprate   16000       1.600000e+04
DEBUG:sphinx_1_0_0.sphinxplugin:-seed       -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-sendump
DEBUG:sphinx_1_0_0.sphinxplugin:-senlogdir
DEBUG:sphinx_1_0_0.sphinxplugin:-senmgau
DEBUG:sphinx_1_0_0.sphinxplugin:-silprob    0.005       5.000000e-03
DEBUG:sphinx_1_0_0.sphinxplugin:-smoothspec no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-svspec
DEBUG:sphinx_1_0_0.sphinxplugin:-tmat
DEBUG:sphinx_1_0_0.sphinxplugin:-tmatfloor  0.0001      1.000000e-04
DEBUG:sphinx_1_0_0.sphinxplugin:-topn       4       4
DEBUG:sphinx_1_0_0.sphinxplugin:-topn_beam  0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-toprule
DEBUG:sphinx_1_0_0.sphinxplugin:-transform  legacy      legacy
DEBUG:sphinx_1_0_0.sphinxplugin:-unit_area  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-upperf     6855.4976   6.855498e+03
DEBUG:sphinx_1_0_0.sphinxplugin:-usewdphones    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-uw     1.0     1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-var
DEBUG:sphinx_1_0_0.sphinxplugin:-varfloor   0.0001      1.000000e-04
DEBUG:sphinx_1_0_0.sphinxplugin:-varnorm    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-verbose    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_params
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_type  inverse_linear  inverse_linear
DEBUG:sphinx_1_0_0.sphinxplugin:-wbeam      7e-29       7.000000e-29
DEBUG:sphinx_1_0_0.sphinxplugin:-wip        0.65        6.500000e-01
DEBUG:sphinx_1_0_0.sphinxplugin:-wlen       0.025625    2.562500e-02
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: cmd_ln.c(691): Parsing command line:
DEBUG:sphinx_1_0_0.sphinxplugin:\
DEBUG:sphinx_1_0_0.sphinxplugin:-nfilt 20 \
DEBUG:sphinx_1_0_0.sphinxplugin:-lowerf 1 \
DEBUG:sphinx_1_0_0.sphinxplugin:-upperf 4000 \
DEBUG:sphinx_1_0_0.sphinxplugin:-wlen 0.025 \
DEBUG:sphinx_1_0_0.sphinxplugin:-transform dct \
DEBUG:sphinx_1_0_0.sphinxplugin:-round_filters no \
DEBUG:sphinx_1_0_0.sphinxplugin:-remove_dc yes \
DEBUG:sphinx_1_0_0.sphinxplugin:-svspec 0-12/13-25/26-38 \
DEBUG:sphinx_1_0_0.sphinxplugin:-feat 1s_c_d_dd \
DEBUG:sphinx_1_0_0.sphinxplugin:-agc none \
DEBUG:sphinx_1_0_0.sphinxplugin:-cmn current \
DEBUG:sphinx_1_0_0.sphinxplugin:-cmninit 56,-3,1 \
DEBUG:sphinx_1_0_0.sphinxplugin:-varnorm no
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:Current configuration:
DEBUG:sphinx_1_0_0.sphinxplugin:[NAME]      [DEFLT]     [VALUE]
DEBUG:sphinx_1_0_0.sphinxplugin:-agc        none        none
DEBUG:sphinx_1_0_0.sphinxplugin:-agcthresh  2.0     2.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-alpha      0.97        9.700000e-01
DEBUG:sphinx_1_0_0.sphinxplugin:-ceplen     13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-cmn        current     current
DEBUG:sphinx_1_0_0.sphinxplugin:-cmninit    8.0     56,-3,1
DEBUG:sphinx_1_0_0.sphinxplugin:-dither     no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-doublebw   no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-feat       1s_c_d_dd   1s_c_d_dd
DEBUG:sphinx_1_0_0.sphinxplugin:-frate      100     100
DEBUG:sphinx_1_0_0.sphinxplugin:-input_endian   little      little
DEBUG:sphinx_1_0_0.sphinxplugin:-lda
DEBUG:sphinx_1_0_0.sphinxplugin:-ldadim     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lifter     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-logspec    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-lowerf     133.33334   1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-ncep       13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-nfft       512     512
DEBUG:sphinx_1_0_0.sphinxplugin:-nfilt      40      20
DEBUG:sphinx_1_0_0.sphinxplugin:-remove_dc  no      yes
DEBUG:sphinx_1_0_0.sphinxplugin:-round_filters  yes     no
DEBUG:sphinx_1_0_0.sphinxplugin:-samprate   16000       1.600000e+04
DEBUG:sphinx_1_0_0.sphinxplugin:-seed       -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-smoothspec no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-svspec             0-12/13-25/26-38
DEBUG:sphinx_1_0_0.sphinxplugin:-transform  legacy      dct
DEBUG:sphinx_1_0_0.sphinxplugin:-unit_area  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-upperf     6855.4976   4.000000e+03
DEBUG:sphinx_1_0_0.sphinxplugin:-varnorm    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-verbose    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_params
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_type  inverse_linear  inverse_linear
DEBUG:sphinx_1_0_0.sphinxplugin:-wlen       0.025625    2.500000e-02
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: acmod.c(246): Parsed model-specific feature parameters from /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/feat.params
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: feat.c(713): Initializing feature stream to type: '1s_c_d_dd', ceplen=13, CMN='current', VARNORM='no', AGC='none'
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: cmn.c(142): mean[0]= 12.00, mean[1..12]= 0.0
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: acmod.c(167): Using subvector specification 0-12/13-25/26-38
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: mdef.c(517): Reading model definition: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/mdef
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: mdef.c(528): Found byte-order mark BMDF, assuming this is a binary mdef file
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: bin_mdef.c(336): Reading binary model definition: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/mdef
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: bin_mdef.c(513): 50 CI-phone, 143047 CD-phone, 3 emitstate/phone, 150 CI-sen, 5150 Sen, 27135 Sen-Seq
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: tmat.c(205): Reading HMM transition probability matrices: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/transition_matrices
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: acmod.c(121): Attempting to use SCHMM computation module
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(198): Reading mixture gaussian parameter: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/means
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(292): 1 codebook, 3 feature, size:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(198): Reading mixture gaussian parameter: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/variances
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(292): 1 codebook, 3 feature, size:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(354): 0 variance values floored
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(903): Loading senones from dump file /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/sendump
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(927): BEGIN FILE FORMAT DESCRIPTION
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(1022): Using memory-mapped I/O for senones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(1296): Maximum top-N: 4 Top-N beams: 0 0 0
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(317): Allocating 4161 * 20 bytes (81 KiB) for word entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(332): Reading main dictionary: /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/dictionary
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(211): Allocated 0 KiB for strings, 0 KiB for phones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(335): 54 words read
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(341): Reading filler dictionary: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/noisedict
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(211): Allocated 0 KiB for strings, 0 KiB for phones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(344): 11 words read
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(396): Building PID tables for dictionary
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(404): Allocating 50^3 * 2 bytes (244 KiB) for word-initial triphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(131): Allocated 30200 bytes (29 KiB) for word-final triphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(195): Allocated 30200 bytes (29 KiB) for single-phone word triphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(477): ngrams 1=21, 2=36, 3=52
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(135): Reading unigrams
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(516):       21 = #unigrams created
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(195): Reading bigrams
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(533):       36 = #bigrams created
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(534):        4 = #prob2 entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(542):        5 = #bo_wt2 entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(292): Reading trigrams
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(555):       52 = #trigrams created
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(556):        3 = #prob3 entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(99): 41 unique initial diphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(147): 0 root, 0 non-root channels, 13 single-phone words
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(186): Creating search tree
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(191): before: 0 root, 0 non-root channels, 13 single-phone words
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(326): after: max nonroot chan increased to 168
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(338): after: 41 root, 40 non-root channels, 12 single-phone words
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdflat.c(156): fwdflat: min_ef_width = 4, max_sf_win = 25
INFO:sphinx_1_0_0.sphinxplugin:Transcribed: []
DEBUG:client.mic:Started recording on device 'usb-pnp-sound-device-audio'
DEBUG:client.mic:Triggered on SNR of 14.4981147686dB
DEBUG:client.mic:Recording's SNR dB: 15.193357
DEBUG:client.mic:Recording's SNR dB: 14.112012
DEBUG:client.mic:Recording's SNR dB: 12.723583
DEBUG:client.mic:Recording's SNR dB: 11.391079
DEBUG:client.mic:Recording's SNR dB: 9.923685
DEBUG:client.mic:Recording's SNR dB: 8.025359
DEBUG:client.mic:Recording's SNR dB: 5.936678
DEBUG:client.mic:Recording's SNR dB: 4.369902
DEBUG:client.mic:Recording's SNR dB: 2.456915
DEBUG:client.mic:Recorded 29 frames
INFO: cmn.c(175): CMN: 27.28 -2.10 -0.11  2.37  0.10  1.61  0.95  0.09 -0.28 -0.26 -0.24  0.09  0.23 
INFO: ngram_search_fwdtree.c(1549):     2521 words recognized (14/fr)
INFO: ngram_search_fwdtree.c(1551):    92434 senones evaluated (497/fr)
INFO: ngram_search_fwdtree.c(1553):    69088 channels searched (371/fr), 7462 1st, 55120 last
INFO: ngram_search_fwdtree.c(1557):     4218 words for which last channels evaluated (22/fr)
INFO: ngram_search_fwdtree.c(1560):     6013 candidate words for entering last phone (32/fr)
INFO: ngram_search_fwdtree.c(1562): fwdtree 0.18 CPU 0.097 xRT
INFO: ngram_search_fwdtree.c(1565): fwdtree 0.18 wall 0.094 xRT
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 24 words
INFO: ngram_search_fwdflat.c(937):     1248 words recognized (7/fr)
INFO: ngram_search_fwdflat.c(939):    59484 senones evaluated (320/fr)
INFO: ngram_search_fwdflat.c(941):    57423 channels searched (308/fr)
INFO: ngram_search_fwdflat.c(943):     2784 words searched (14/fr)
INFO: ngram_search_fwdflat.c(945):     1820 word transitions (9/fr)
INFO: ngram_search_fwdflat.c(948): fwdflat 0.07 CPU 0.038 xRT
INFO: ngram_search_fwdflat.c(951): fwdflat 0.07 wall 0.040 xRT
INFO: ngram_search.c(1214): </s> not found in last frame, using <sil>.184 instead
INFO: ngram_search.c(1266): lattice start node <s>.0 end node <sil>.168
INFO: ngram_search.c(1294): Eliminated 4 nodes before end node
INFO: ngram_search.c(1399): Lattice has 167 nodes, 210 links
INFO: ps_lattice.c(1365): Normalizer P(O) = alpha(<sil>:168:184) = -1204203
INFO: ps_lattice.c(1403): Joint P(O,S) = -1207090 P(S|O) = -2887
INFO: ngram_search.c(888): bestpath 0.00 CPU 0.000 xRT
INFO: ngram_search.c(891): bestpath 0.01 wall 0.003 xRT
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: cmd_ln.c(691): Parsing command line:
DEBUG:sphinx_1_0_0.sphinxplugin:\
DEBUG:sphinx_1_0_0.sphinxplugin:-hmm /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k \
DEBUG:sphinx_1_0_0.sphinxplugin:-lm /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/languagemodel \
DEBUG:sphinx_1_0_0.sphinxplugin:-dict /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/dictionary \
DEBUG:sphinx_1_0_0.sphinxplugin:-logfn /tmp/psdecoder_RIrZEV.log
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:Current configuration:
DEBUG:sphinx_1_0_0.sphinxplugin:[NAME]      [DEFLT]     [VALUE]
DEBUG:sphinx_1_0_0.sphinxplugin:-agc        none        none
DEBUG:sphinx_1_0_0.sphinxplugin:-agcthresh  2.0     2.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-alpha      0.97        9.700000e-01
DEBUG:sphinx_1_0_0.sphinxplugin:-ascale     20.0        2.000000e+01
DEBUG:sphinx_1_0_0.sphinxplugin:-aw     1       1
DEBUG:sphinx_1_0_0.sphinxplugin:-backtrace  no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-beam       1e-48       1.000000e-48
DEBUG:sphinx_1_0_0.sphinxplugin:-bestpath   yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-bestpathlw 9.5     9.500000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-bghist     no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-ceplen     13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-cmn        current     current
DEBUG:sphinx_1_0_0.sphinxplugin:-cmninit    8.0     8.0
DEBUG:sphinx_1_0_0.sphinxplugin:-compallsen no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-debug              0
DEBUG:sphinx_1_0_0.sphinxplugin:-dict               /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/dictionary
DEBUG:sphinx_1_0_0.sphinxplugin:-dictcase   no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-dither     no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-doublebw   no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-ds     1       1
DEBUG:sphinx_1_0_0.sphinxplugin:-fdict
DEBUG:sphinx_1_0_0.sphinxplugin:-feat       1s_c_d_dd   1s_c_d_dd
DEBUG:sphinx_1_0_0.sphinxplugin:-featparams
DEBUG:sphinx_1_0_0.sphinxplugin:-fillprob   1e-8        1.000000e-08
DEBUG:sphinx_1_0_0.sphinxplugin:-frate      100     100
DEBUG:sphinx_1_0_0.sphinxplugin:-fsg
DEBUG:sphinx_1_0_0.sphinxplugin:-fsgusealtpron  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-fsgusefiller   yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflat    yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatbeam    1e-64       1.000000e-64
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatefwid   4       4
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatlw  8.5     8.500000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatsfwin   25      25
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdflatwbeam   7e-29       7.000000e-29
DEBUG:sphinx_1_0_0.sphinxplugin:-fwdtree    yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-hmm                /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k
DEBUG:sphinx_1_0_0.sphinxplugin:-input_endian   little      little
DEBUG:sphinx_1_0_0.sphinxplugin:-jsgf
DEBUG:sphinx_1_0_0.sphinxplugin:-kdmaxbbi   -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-kdmaxdepth 0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-kdtree
DEBUG:sphinx_1_0_0.sphinxplugin:-latsize    5000        5000
DEBUG:sphinx_1_0_0.sphinxplugin:-lda
DEBUG:sphinx_1_0_0.sphinxplugin:-ldadim     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lextreedump    0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lifter     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lm             /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/languagemodel
DEBUG:sphinx_1_0_0.sphinxplugin:-lmctl
DEBUG:sphinx_1_0_0.sphinxplugin:-lmname     default     default
DEBUG:sphinx_1_0_0.sphinxplugin:-logbase    1.0001      1.000100e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-logfn              /tmp/psdecoder_RIrZEV.log
DEBUG:sphinx_1_0_0.sphinxplugin:-logspec    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-lowerf     133.33334   1.333333e+02
DEBUG:sphinx_1_0_0.sphinxplugin:-lpbeam     1e-40       1.000000e-40
DEBUG:sphinx_1_0_0.sphinxplugin:-lponlybeam 7e-29       7.000000e-29
DEBUG:sphinx_1_0_0.sphinxplugin:-lw     6.5     6.500000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-maxhmmpf   -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-maxnewoov  20      20
DEBUG:sphinx_1_0_0.sphinxplugin:-maxwpf     -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-mdef
DEBUG:sphinx_1_0_0.sphinxplugin:-mean
DEBUG:sphinx_1_0_0.sphinxplugin:-mfclogdir
DEBUG:sphinx_1_0_0.sphinxplugin:-min_endfr  0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-mixw
DEBUG:sphinx_1_0_0.sphinxplugin:-mixwfloor  0.0000001   1.000000e-07
DEBUG:sphinx_1_0_0.sphinxplugin:-mllr
DEBUG:sphinx_1_0_0.sphinxplugin:-mmap       yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-ncep       13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-nfft       512     512
DEBUG:sphinx_1_0_0.sphinxplugin:-nfilt      40      40
DEBUG:sphinx_1_0_0.sphinxplugin:-nwpen      1.0     1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-pbeam      1e-48       1.000000e-48
DEBUG:sphinx_1_0_0.sphinxplugin:-pip        1.0     1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-pl_beam    1e-10       1.000000e-10
DEBUG:sphinx_1_0_0.sphinxplugin:-pl_pbeam   1e-5        1.000000e-05
DEBUG:sphinx_1_0_0.sphinxplugin:-pl_window  0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-rawlogdir
DEBUG:sphinx_1_0_0.sphinxplugin:-remove_dc  no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-round_filters  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-samprate   16000       1.600000e+04
DEBUG:sphinx_1_0_0.sphinxplugin:-seed       -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-sendump
DEBUG:sphinx_1_0_0.sphinxplugin:-senlogdir
DEBUG:sphinx_1_0_0.sphinxplugin:-senmgau
DEBUG:sphinx_1_0_0.sphinxplugin:-silprob    0.005       5.000000e-03
DEBUG:sphinx_1_0_0.sphinxplugin:-smoothspec no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-svspec
DEBUG:sphinx_1_0_0.sphinxplugin:-tmat
DEBUG:sphinx_1_0_0.sphinxplugin:-tmatfloor  0.0001      1.000000e-04
DEBUG:sphinx_1_0_0.sphinxplugin:-topn       4       4
DEBUG:sphinx_1_0_0.sphinxplugin:-topn_beam  0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-toprule
DEBUG:sphinx_1_0_0.sphinxplugin:-transform  legacy      legacy
DEBUG:sphinx_1_0_0.sphinxplugin:-unit_area  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-upperf     6855.4976   6.855498e+03
DEBUG:sphinx_1_0_0.sphinxplugin:-usewdphones    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-uw     1.0     1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-var
DEBUG:sphinx_1_0_0.sphinxplugin:-varfloor   0.0001      1.000000e-04
DEBUG:sphinx_1_0_0.sphinxplugin:-varnorm    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-verbose    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_params
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_type  inverse_linear  inverse_linear
DEBUG:sphinx_1_0_0.sphinxplugin:-wbeam      7e-29       7.000000e-29
DEBUG:sphinx_1_0_0.sphinxplugin:-wip        0.65        6.500000e-01
DEBUG:sphinx_1_0_0.sphinxplugin:-wlen       0.025625    2.562500e-02
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: cmd_ln.c(691): Parsing command line:
DEBUG:sphinx_1_0_0.sphinxplugin:\
DEBUG:sphinx_1_0_0.sphinxplugin:-nfilt 20 \
DEBUG:sphinx_1_0_0.sphinxplugin:-lowerf 1 \
DEBUG:sphinx_1_0_0.sphinxplugin:-upperf 4000 \
DEBUG:sphinx_1_0_0.sphinxplugin:-wlen 0.025 \
DEBUG:sphinx_1_0_0.sphinxplugin:-transform dct \
DEBUG:sphinx_1_0_0.sphinxplugin:-round_filters no \
DEBUG:sphinx_1_0_0.sphinxplugin:-remove_dc yes \
DEBUG:sphinx_1_0_0.sphinxplugin:-svspec 0-12/13-25/26-38 \
DEBUG:sphinx_1_0_0.sphinxplugin:-feat 1s_c_d_dd \
DEBUG:sphinx_1_0_0.sphinxplugin:-agc none \
DEBUG:sphinx_1_0_0.sphinxplugin:-cmn current \
DEBUG:sphinx_1_0_0.sphinxplugin:-cmninit 56,-3,1 \
DEBUG:sphinx_1_0_0.sphinxplugin:-varnorm no
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:Current configuration:
DEBUG:sphinx_1_0_0.sphinxplugin:[NAME]      [DEFLT]     [VALUE]
DEBUG:sphinx_1_0_0.sphinxplugin:-agc        none        none
DEBUG:sphinx_1_0_0.sphinxplugin:-agcthresh  2.0     2.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-alpha      0.97        9.700000e-01
DEBUG:sphinx_1_0_0.sphinxplugin:-ceplen     13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-cmn        current     current
DEBUG:sphinx_1_0_0.sphinxplugin:-cmninit    8.0     56,-3,1
DEBUG:sphinx_1_0_0.sphinxplugin:-dither     no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-doublebw   no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-feat       1s_c_d_dd   1s_c_d_dd
DEBUG:sphinx_1_0_0.sphinxplugin:-frate      100     100
DEBUG:sphinx_1_0_0.sphinxplugin:-input_endian   little      little
DEBUG:sphinx_1_0_0.sphinxplugin:-lda
DEBUG:sphinx_1_0_0.sphinxplugin:-ldadim     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-lifter     0       0
DEBUG:sphinx_1_0_0.sphinxplugin:-logspec    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-lowerf     133.33334   1.000000e+00
DEBUG:sphinx_1_0_0.sphinxplugin:-ncep       13      13
DEBUG:sphinx_1_0_0.sphinxplugin:-nfft       512     512
DEBUG:sphinx_1_0_0.sphinxplugin:-nfilt      40      20
DEBUG:sphinx_1_0_0.sphinxplugin:-remove_dc  no      yes
DEBUG:sphinx_1_0_0.sphinxplugin:-round_filters  yes     no
DEBUG:sphinx_1_0_0.sphinxplugin:-samprate   16000       1.600000e+04
DEBUG:sphinx_1_0_0.sphinxplugin:-seed       -1      -1
DEBUG:sphinx_1_0_0.sphinxplugin:-smoothspec no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-svspec             0-12/13-25/26-38
DEBUG:sphinx_1_0_0.sphinxplugin:-transform  legacy      dct
DEBUG:sphinx_1_0_0.sphinxplugin:-unit_area  yes     yes
DEBUG:sphinx_1_0_0.sphinxplugin:-upperf     6855.4976   4.000000e+03
DEBUG:sphinx_1_0_0.sphinxplugin:-varnorm    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-verbose    no      no
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_params
DEBUG:sphinx_1_0_0.sphinxplugin:-warp_type  inverse_linear  inverse_linear
DEBUG:sphinx_1_0_0.sphinxplugin:-wlen       0.025625    2.500000e-02
DEBUG:sphinx_1_0_0.sphinxplugin:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: acmod.c(246): Parsed model-specific feature parameters from /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/feat.params
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: feat.c(713): Initializing feature stream to type: '1s_c_d_dd', ceplen=13, CMN='current', VARNORM='no', AGC='none'
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: cmn.c(142): mean[0]= 12.00, mean[1..12]= 0.0
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: acmod.c(167): Using subvector specification 0-12/13-25/26-38
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: mdef.c(517): Reading model definition: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/mdef
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: mdef.c(528): Found byte-order mark BMDF, assuming this is a binary mdef file
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: bin_mdef.c(336): Reading binary model definition: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/mdef
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: bin_mdef.c(513): 50 CI-phone, 143047 CD-phone, 3 emitstate/phone, 150 CI-sen, 5150 Sen, 27135 Sen-Seq
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: tmat.c(205): Reading HMM transition probability matrices: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/transition_matrices
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: acmod.c(121): Attempting to use SCHMM computation module
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(198): Reading mixture gaussian parameter: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/means
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(292): 1 codebook, 3 feature, size:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(198): Reading mixture gaussian parameter: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/variances
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(292): 1 codebook, 3 feature, size:
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(294):  256x13
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ms_gauden.c(354): 0 variance values floored
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(903): Loading senones from dump file /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/sendump
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(927): BEGIN FILE FORMAT DESCRIPTION
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(1022): Using memory-mapped I/O for senones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: s2_semi_mgau.c(1296): Maximum top-N: 4 Top-N beams: 0 0 0
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(317): Allocating 4161 * 20 bytes (81 KiB) for word entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(332): Reading main dictionary: /home/pi/.jasper/vocabularies/en-US/sphinx/keyword/dictionary
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(211): Allocated 0 KiB for strings, 0 KiB for phones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(335): 54 words read
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(341): Reading filler dictionary: /usr/local/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k/noisedict
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(211): Allocated 0 KiB for strings, 0 KiB for phones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict.c(344): 11 words read
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(396): Building PID tables for dictionary
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(404): Allocating 50^3 * 2 bytes (244 KiB) for word-initial triphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(131): Allocated 30200 bytes (29 KiB) for word-final triphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: dict2pid.c(195): Allocated 30200 bytes (29 KiB) for single-phone word triphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(477): ngrams 1=21, 2=36, 3=52
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(135): Reading unigrams
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(516):       21 = #unigrams created
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(195): Reading bigrams
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(533):       36 = #bigrams created
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(534):        4 = #prob2 entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(542):        5 = #bo_wt2 entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(292): Reading trigrams
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(555):       52 = #trigrams created
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_model_arpa.c(556):        3 = #prob3 entries
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(99): 41 unique initial diphones
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(147): 0 root, 0 non-root channels, 13 single-phone words
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(186): Creating search tree
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(191): before: 0 root, 0 non-root channels, 13 single-phone words
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(326): after: max nonroot chan increased to 168
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdtree.c(338): after: 41 root, 40 non-root channels, 12 single-phone words
DEBUG:sphinx_1_0_0.sphinxplugin:INFO: ngram_search_fwdflat.c(156): fwdflat: min_ef_width = 4, max_sf_win = 25
INFO:sphinx_1_0_0.sphinxplugin:Transcribed: ['ON']
WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Input overflowed' (Errno: -9981)
WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Stream closed' (Errno: -9988)
WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Stream closed' (Errno: -9988)
WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Stream closed' (Errno: -9988)
WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Stream closed' (Errno: -9988)
WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Stream closed' (Errno: -9988)
WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Stream closed' (Errno: -9988)
WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Stream closed' (Errno: -9988)
[...]
WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Stream closed' (Errno: -9988)
WARNING:pyaudio_1_0_0.pyaudioengine:IO error while reading from device 'usb-pnp-sound-device-audio': 'Stream closed' (Errno: -9988)
^CDEBUG:pyaudio_1_0_0.pyaudioengine:input stream closed on device 'usb-pnp-sound-device-audio'
Traceback (most recent call last):
  File "/home/pi/jasper/jasper.py", line 39, in <module>
    app.run()
  File "/home/pi/jasper/client/application.py", line 239, in run
    self.conversation.handleForever()
  File "/home/pi/jasper/client/conversation.py", line 40, in handleForever
    input = self.mic.listen()
  File "/home/pi/jasper/client/mic.py", line 190, in listen
    self.wait_for_keyword(self._keyword)
  File "/home/pi/jasper/client/mic.py", line 150, in wait_for_keyword
    self._input_rate):
  File "/home/pi/jasper/plugins/audioengine/pyaudio-ae/pyaudioengine.py", line 190, in record
    strerror, errno)
  File "/usr/lib/python2.7/logging/__init__.py", line 1172, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python2.7/logging/__init__.py", line 1278, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/usr/lib/python2.7/logging/__init__.py", line 1252, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/usr/lib/python2.7/logging/__init__.py", line 287, in __init__
    self.msecs = (ct - long(ct)) * 1000
KeyboardInterrupt
Holzhaus commented 8 years ago

Haven't seen that problem before. Try the alsa audio engine, maybe that fixes your problem.