Snowboy wakeword validation

the wake-up word is well recognized in the logs but the acknowledgment sound signal is only emitted once in a while !!!
But the command is well received and interpreted (ok in the logs)
and the end sound is the same!
Very occasionally these sounds are emitted.
I don’t see where the problem comes from
Rhasspy version 2.5.1

What kind of speakers do you use in your setup? Maybe they go into some kind of standby mode and miss the short acknowledgement sound. But in that case i would expect the end sound to be there every time, could also be related to something else.

Same here with a Pi4 and a ReSpeaker 6-Mic Circular Array kit. Using the docker version of Rhasspy.

I also have a 6 circular mic respeaker and a pi4 b + but I use the virtual environment version of rhasspy 2.5.1
Currently and I have a small speaker connected directly to the line output (2 pins) of the 6 mic seeedvoicecard, not the jack.
But I tried with HP plugged into the jack of the 6 mic seeedvoicecard it’s exactly the same.
If I play an mp3 file in VLC everything works perfectly

Attached are the startup logs and the log just after Hotword detection (and nothing else said)

rhasspy -p fr
Starting up…
DEBUG:rhasspysupervisor:Namespace(debug=True, docker_compose=’’, local_mqtt_port=12183, profile=‘fr’, supervisord_conf=‘supervisord.conf’, system_profiles=None, user_profiles=PosixPath(’/home/pi/.config/rhasspy/profiles’))
DEBUG:rhasspysupervisor:Loading profile fr (user=/home/pi/.config/rhasspy/profiles, system=None)
DEBUG:rhasspyprofile.profile:Loading /usr/lib/rhasspy/rhasspy/rhasspyprofile/profiles/fr/profile.json
DEBUG:rhasspyprofile.profile:Loading /home/pi/.config/rhasspy/profiles/fr/profile.json
DEBUG:rhasspysupervisor:Generating supervisord conf
ERROR:rhasspysupervisor:handle.command.program is required
DEBUG:rhasspysupervisor:Wrote /home/pi/.config/rhasspy/profiles/fr/supervisord.conf
Starting services…
2020-08-03 11:42:41,727 INFO supervisord started with pid 1726
2020-08-03 11:42:42,732 INFO spawned: ‘dialogue’ with pid 1732
2020-08-03 11:42:42,739 INFO spawned: ‘speech_to_text’ with pid 1733
2020-08-03 11:42:42,745 INFO spawned: ‘microphone’ with pid 1734
2020-08-03 11:42:42,750 INFO spawned: ‘wake_word’ with pid 1736
2020-08-03 11:42:42,757 INFO spawned: ‘intent_recognition’ with pid 1738
2020-08-03 11:42:42,765 INFO spawned: ‘text_to_speech’ with pid 1739
2020-08-03 11:42:42,772 INFO spawned: ‘speakers’ with pid 1740
2020-08-03 11:42:43,775 INFO success: dialogue entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-08-03 11:42:43,775 INFO success: speech_to_text entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-08-03 11:42:43,776 INFO success: microphone entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-08-03 11:42:43,776 INFO success: wake_word entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-08-03 11:42:43,776 INFO success: intent_recognition entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-08-03 11:42:43,776 INFO success: text_to_speech entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-08-03 11:42:43,776 INFO success: speakers entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
[DEBUG:2020-08-03 11:42:44,371] rhasspydialogue_hermes: Namespace(debug=True, host=‘192.168.0.28’, log_format=’[%(levelname)s:%(asctime)s] %(name)s: %(message)s’, password=None, port=1883, session_timeout=30.0, site_id=[‘default’], sound=[[‘wake’, ‘/usr/lib/rhasspy/share/rhasspy/etc/wav/beep_hi.wav’], [‘recorded’, ‘/usr/lib/rhasspy/share/rhasspy/etc/wav/beep_lo.wav’], [‘error’, ‘/usr/lib/rhasspy/share/rhasspy/etc/wav/beep_error.wav’]], tls=False, tls_ca_certs=None, tls_cert_reqs=‘CERT_REQUIRED’, tls_certfile=None, tls_ciphers=None, tls_keyfile=None, tls_version=None, username=None, wakeword_id=None)
[DEBUG:2020-08-03 11:42:44,375] rhasspyserver_hermes: Namespace(certfile=None, host=‘0.0.0.0’, keyfile=None, local_mqtt_port=12183, log_format=’[%(levelname)s:%(asctime)s] %(name)s: %(message)s’, log_level=‘DEBUG’, mqtt_host=None, mqtt_password=None, mqtt_port=None, mqtt_username=None, port=12101, profile=‘fr’, set=[], system_profiles=None, user_profiles=’/home/pi/.config/rhasspy/profiles’, web_dir=’/usr/lib/rhasspy/share/rhasspy/web’)
[DEBUG:2020-08-03 11:42:44,389] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:44,393] rhasspydialogue_hermes: Connecting to 192.168.0.28:1883
[DEBUG:2020-08-03 11:42:44,432] rhasspytts_cli_hermes: Namespace(debug=True, host=‘192.168.0.28’, language=‘fr-FR’, log_format=’[%(levelname)s:%(asctime)s] %(name)s: %(message)s’, password=None, play_command=None, port=1883, site_id=[‘default’], temporary_wav=True, text_on_stdin=False, tls=False, tls_ca_certs=None, tls_cert_reqs=‘CERT_REQUIRED’, tls_certfile=None, tls_ciphers=None, tls_keyfile=None, tls_version=None, tts_command=‘pico2wave -l {lang} -w {file}’, username=None, voices_command=None)
[DEBUG:2020-08-03 11:42:44,436] rhasspydialogue_hermes: Connected to MQTT broker
[DEBUG:2020-08-03 11:42:44,437] rhasspydialogue_hermes: Subscribed to hermes/asr/textCaptured
[DEBUG:2020-08-03 11:42:44,437] rhasspydialogue_hermes: Subscribed to hermes/dialogueManager/startSession
[DEBUG:2020-08-03 11:42:44,438] rhasspydialogue_hermes: Subscribed to hermes/hotword/+/detected
[DEBUG:2020-08-03 11:42:44,439] rhasspydialogue_hermes: Subscribed to hermes/dialogueManager/endSession
[DEBUG:2020-08-03 11:42:44,439] rhasspydialogue_hermes: Subscribed to hermes/dialogueManager/configure
[DEBUG:2020-08-03 11:42:44,440] rhasspydialogue_hermes: Subscribed to hermes/audioServer/default/playFinished
[DEBUG:2020-08-03 11:42:44,440] rhasspydialogue_hermes: Subscribed to hermes/tts/sayFinished
[DEBUG:2020-08-03 11:42:44,441] rhasspydialogue_hermes: Subscribed to hermes/intent/#
[DEBUG:2020-08-03 11:42:44,441] rhasspydialogue_hermes: Subscribed to hermes/nlu/intentNotRecognized
[DEBUG:2020-08-03 11:42:44,442] rhasspydialogue_hermes: Subscribed to hermes/dialogueManager/continueSession
[DEBUG:2020-08-03 11:42:44,444] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:44,452] rhasspytts_cli_hermes: Connecting to 192.168.0.28:1883
[DEBUG:2020-08-03 11:42:44,457] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:44,479] rhasspywake_snowboy_hermes: Namespace(debug=True, host=‘192.168.0.28’, log_format=’[%(levelname)s:%(asctime)s] %(name)s: %(message)s’, model=[[‘Gaston.pmdl’, ‘0.5’, ‘1.0’, ‘False’]], model_dir=[’/home/pi/.config/rhasspy/profiles/fr/snowboy’], password=None, port=1883, site_id=[‘default’], stdin_audio=False, tls=False, tls_ca_certs=None, tls_cert_reqs=‘CERT_REQUIRED’, tls_certfile=None, tls_ciphers=None, tls_keyfile=None, tls_version=None, udp_audio=None, username=None, wakeword_id=None)
[DEBUG:2020-08-03 11:42:44,484] rhasspymicrophone_cli_hermes: Namespace(channels=1, debug=True, host=‘192.168.0.28’, list_command=‘arecord -L’, log_format=’[%(levelname)s:%(asctime)s] %(name)s: %(message)s’, output_site_id=None, password=None, port=1883, record_command=‘arecord -q -r 16000 -f S16_LE -c 1 -t raw -D plughw:CARD=seeed8micvoicec,DEV=0’, sample_rate=16000, sample_width=2, site_id=[‘default’], test_command=‘arecord -q -D {} -r 16000 -f S16_LE -c 1 -t raw’, tls=False, tls_ca_certs=None, tls_cert_reqs=‘CERT_REQUIRED’, tls_certfile=None, tls_ciphers=None, tls_keyfile=None, tls_version=None, udp_audio_host=‘127.0.0.1’, udp_audio_port=None, username=None)
[DEBUG:2020-08-03 11:42:44,487] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:44,496] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:44,496] rhasspyspeakers_cli_hermes: Namespace(debug=True, host=‘192.168.0.28’, list_command=‘aplay -L’, log_format=’[%(levelname)s:%(asctime)s] %(name)s: %(message)s’, password=None, play_command=‘aplay -q -t wav -D plughw:CARD=seeed8micvoicec,DEV=0’, port=1883, site_id=[‘default’], tls=False, tls_ca_certs=None, tls_cert_reqs=‘CERT_REQUIRED’, tls_certfile=None, tls_ciphers=None, tls_keyfile=None, tls_version=None, username=None)
[DEBUG:2020-08-03 11:42:44,497] rhasspytts_cli_hermes: Connected to MQTT broker
[DEBUG:2020-08-03 11:42:44,498] rhasspytts_cli_hermes: Subscribed to hermes/audioServer/default/playFinished
[DEBUG:2020-08-03 11:42:44,498] rhasspytts_cli_hermes: Subscribed to hermes/tts/say
[DEBUG:2020-08-03 11:42:44,498] rhasspywake_snowboy_hermes: Loading model from /home/pi/.config/rhasspy/profiles/fr/snowboy/Gaston.pmdl
[DEBUG:2020-08-03 11:42:44,499] rhasspytts_cli_hermes: Subscribed to rhasspy/tts/getVoices
[DEBUG:2020-08-03 11:42:44,502] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:44,516] rhasspymicrophone_cli_hermes: [‘arecord’, ‘-q’, ‘-r’, ‘16000’, ‘-f’, ‘S16_LE’, ‘-c’, ‘1’, ‘-t’, ‘raw’, ‘-D’, ‘plughw:CARD=seeed8micvoicec,DEV=0’]
[DEBUG:2020-08-03 11:42:44,518] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:44,522] rhasspyspeakers_cli_hermes: Connecting to 192.168.0.28:1883
[DEBUG:2020-08-03 11:42:44,524] rhasspymicrophone_cli_hermes: Connecting to 192.168.0.28:1883
[DEBUG:2020-08-03 11:42:44,540] rhasspymicrophone_cli_hermes: Recording audio
[DEBUG:2020-08-03 11:42:44,566] rhasspyspeakers_cli_hermes: Connected to MQTT broker
[DEBUG:2020-08-03 11:42:44,567] rhasspyspeakers_cli_hermes: Subscribed to rhasspy/audioServer/getDevices
[DEBUG:2020-08-03 11:42:44,567] rhasspyspeakers_cli_hermes: Subscribed to hermes/audioServer/toggleOff
[DEBUG:2020-08-03 11:42:44,568] rhasspyspeakers_cli_hermes: Subscribed to hermes/audioServer/toggleOn
[DEBUG:2020-08-03 11:42:44,569] rhasspyspeakers_cli_hermes: Subscribed to hermes/audioServer/default/playBytes/#
[DEBUG:2020-08-03 11:42:44,569] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:44,607] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:44,608] rhasspymicrophone_cli_hermes: Connected to MQTT broker
[DEBUG:2020-08-03 11:42:44,609] rhasspymicrophone_cli_hermes: Subscribed to rhasspy/audioServer/getDevices
[DEBUG:2020-08-03 11:42:44,610] rhasspymicrophone_cli_hermes: Subscribed to hermes/audioServer/toggleSummaryOff
[DEBUG:2020-08-03 11:42:44,611] rhasspymicrophone_cli_hermes: Subscribed to hermes/audioServer/toggleSummaryOn
[DEBUG:2020-08-03 11:42:44,672] rhasspywake_snowboy_hermes: Loading snowboy model: SnowboyModel(model_path=PosixPath(’/home/pi/.config/rhasspy/profiles/fr/snowboy/Gaston.pmdl’), sensitivity=‘0.5’, audio_gain=1.0, apply_frontend=False)
[DEBUG:2020-08-03 11:42:44,679] rhasspywake_snowboy_hermes: Connecting to 192.168.0.28:1883
[DEBUG:2020-08-03 11:42:44,708] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:44,712] rhasspywake_snowboy_hermes: Connected to MQTT broker
[DEBUG:2020-08-03 11:42:44,713] rhasspywake_snowboy_hermes: Subscribed to rhasspy/hotword/getHotwords
[DEBUG:2020-08-03 11:42:44,726] rhasspywake_snowboy_hermes: Subscribed to hermes/hotword/toggleOff
[DEBUG:2020-08-03 11:42:44,727] rhasspywake_snowboy_hermes: Subscribed to hermes/audioServer/default/audioFrame
[DEBUG:2020-08-03 11:42:44,729] rhasspywake_snowboy_hermes: Subscribed to hermes/hotword/toggleOn
[DEBUG:2020-08-03 11:42:44,771] rhasspyprofile.profile: Loading /usr/lib/rhasspy/rhasspy/rhasspyprofile/profiles/fr/profile.json
[DEBUG:2020-08-03 11:42:44,774] rhasspyprofile.profile: Loading /home/pi/.config/rhasspy/profiles/fr/profile.json
[DEBUG:2020-08-03 11:42:44,775] rhasspyprofile.profile: Loading default profile settings from /usr/lib/rhasspy/rhasspy/rhasspyprofile/profiles/defaults.json
[DEBUG:2020-08-03 11:42:44,780] rhasspyserver_hermes: Starting core
[DEBUG:2020-08-03 11:42:44,780] rhasspyserver_hermes: Connecting to 192.168.0.28:1883 (retries: 0/10)
[DEBUG:2020-08-03 11:42:44,795] rhasspyserver_hermes: Connected to MQTT broker
[DEBUG:2020-08-03 11:42:44,797] rhasspyserver_hermes: Subscribed to hermes/hotword/+/detected
[DEBUG:2020-08-03 11:42:44,798] rhasspyserver_hermes: Subscribed to hermes/asr/textCaptured
[DEBUG:2020-08-03 11:42:44,802] rhasspyserver_hermes: Subscribed to hermes/intent/#
[DEBUG:2020-08-03 11:42:44,806] rhasspyserver_hermes: Subscribed to hermes/nlu/intentNotRecognized
[DEBUG:2020-08-03 11:42:44,807] rhasspyserver_hermes: Subscribed to rhasspy/asr/default/default/audioCaptured
[DEBUG:2020-08-03 11:42:44,807] rhasspyserver_hermes: Subscribed to hermes/audioServer/default/audioSummary
[DEBUG:2020-08-03 11:42:44,808] rhasspyserver_hermes: Subscribed to hermes/nlu/intentNotRecognized
[DEBUG:2020-08-03 11:42:44,808] rhasspyserver_hermes: Subscribed to hermes/hotword/+/detected
[DEBUG:2020-08-03 11:42:44,809] rhasspyserver_hermes: Subscribed to hermes/intent/#
[DEBUG:2020-08-03 11:42:44,809] rhasspyserver_hermes: Subscribed to rhasspy/asr/default/default/audioCaptured
[DEBUG:2020-08-03 11:42:44,810] rhasspyserver_hermes: Subscribed to hermes/audioServer/default/audioSummary
[DEBUG:2020-08-03 11:42:44,810] rhasspyserver_hermes: Subscribed to hermes/asr/textCaptured
[INFO:2020-08-03 11:42:44,812] rhasspyserver_hermes: Started
[DEBUG:2020-08-03 11:42:44,813] rhasspyserver_hermes: Starting web server at http://0.0.0.0:12101
Running on 0.0.0.0:12101 over http (CTRL + C to quit)
[DEBUG:2020-08-03 11:42:45,444] rhasspyfuzzywuzzy_hermes: Namespace(casing=‘lower’, confidence_threshold=0.0, debug=True, examples=’/home/pi/.config/rhasspy/profiles/fr/intent_examples.json’, host=‘192.168.0.28’, intent_graph=’/home/pi/.config/rhasspy/profiles/fr/intent_graph.pickle.gz’, language=‘fr_FR’, log_format=’[%(levelname)s:%(asctime)s] %(name)s: %(message)s’, password=None, port=1883, replace_numbers=True, site_id=[‘default’], tls=False, tls_ca_certs=None, tls_cert_reqs=‘CERT_REQUIRED’, tls_certfile=None, tls_ciphers=None, tls_keyfile=None, tls_version=None, username=None)
[DEBUG:2020-08-03 11:42:45,448] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:45,450] rhasspyfuzzywuzzy_hermes: Connecting to 192.168.0.28:1883
[DEBUG:2020-08-03 11:42:45,460] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:45,465] rhasspyfuzzywuzzy_hermes: Connected to MQTT broker
[DEBUG:2020-08-03 11:42:45,466] rhasspyfuzzywuzzy_hermes: Subscribed to rhasspy/nlu/default/train
[DEBUG:2020-08-03 11:42:45,467] rhasspyfuzzywuzzy_hermes: Subscribed to hermes/nlu/query
[DEBUG:2020-08-03 11:42:45,595] rhasspyasr_pocketsphinx_hermes: Namespace(acoustic_model=’/home/pi/.config/rhasspy/profiles/fr/acoustic_model’, base_dictionary=[’/home/pi/.config/rhasspy/profiles/fr/base_dictionary.txt’, ‘/home/pi/.config/rhasspy/profiles/fr/custom_words.txt’], base_language_model_fst=’/home/pi/.config/rhasspy/profiles/fr/base_language_model.fst’, base_language_model_weight=0.0, debug=True, dictionary=’/home/pi/.config/rhasspy/profiles/fr/dictionary.txt’, dictionary_casing=‘lower’, g2p_casing=‘ignore’, g2p_model=’/home/pi/.config/rhasspy/profiles/fr/g2p.fst’, host=‘192.168.0.28’, intent_graph=’/home/pi/.config/rhasspy/profiles/fr/intent_graph.pickle.gz’, language_model=’/home/pi/.config/rhasspy/profiles/fr/language_model.txt’, log_format=’[%(levelname)s:%(asctime)s] %(name)s: %(message)s’, mixed_language_model_fst=’/home/pi/.config/rhasspy/profiles/fr/mixed.fst’, mllr_matrix=None, no_overwrite_train=False, password=None, port=1883, site_id=[‘default’], tls=False, tls_ca_certs=None, tls_cert_reqs=‘CERT_REQUIRED’, tls_certfile=None, tls_ciphers=None, tls_keyfile=None, tls_version=None, unknown_words=’/home/pi/.config/rhasspy/profiles/fr/unknown_words.txt’, username=None, voice_before_seconds=0.5, voice_min_seconds=1.0, voice_sensitivity=1, voice_silence_seconds=0.5, voice_skip_seconds=0.0, voice_speech_seconds=0.3)
[DEBUG:2020-08-03 11:42:45,596] rhasspyasr_pocketsphinx_hermes: Loading Pocketsphinx decoder with (hmm=/home/pi/.config/rhasspy/profiles/fr/acoustic_model, dict=/home/pi/.config/rhasspy/profiles/fr/dictionary.txt, lm=/home/pi/.config/rhasspy/profiles/fr/language_model.txt, mllr=None)
[DEBUG:2020-08-03 11:42:45,598] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:45,600] rhasspyasr_pocketsphinx_hermes: Connecting to 192.168.0.28:1883
[DEBUG:2020-08-03 11:42:45,609] rhasspyasr_pocketsphinx_hermes: Connected to MQTT broker
[DEBUG:2020-08-03 11:42:45,610] asyncio: Using selector: EpollSelector
[DEBUG:2020-08-03 11:42:45,610] rhasspyasr_pocketsphinx_hermes: Subscribed to rhasspy/asr/default/train
[DEBUG:2020-08-03 11:42:45,612] rhasspyasr_pocketsphinx_hermes: Subscribed to hermes/audioServer/default/+/audioSessionFrame
[DEBUG:2020-08-03 11:42:45,613] rhasspyasr_pocketsphinx_hermes: Subscribed to rhasspy/g2p/pronounce
[DEBUG:2020-08-03 11:42:45,614] rhasspyasr_pocketsphinx_hermes: Subscribed to hermes/asr/toggleOn
[DEBUG:2020-08-03 11:42:45,614] rhasspyasr_pocketsphinx_hermes: Subscribed to hermes/audioServer/default/audioFrame
[DEBUG:2020-08-03 11:42:45,615] rhasspyasr_pocketsphinx_hermes: Subscribed to hermes/asr/toggleOff
[DEBUG:2020-08-03 11:42:45,615] rhasspyasr_pocketsphinx_hermes: Subscribed to hermes/asr/startListening
[DEBUG:2020-08-03 11:42:45,616] rhasspyasr_pocketsphinx_hermes: Subscribed to hermes/asr/stopListening
[DEBUG:2020-08-03 11:42:45,714] rhasspyasr_pocketsphinx_hermes: Receiving audio

after HOTWORD detected :

[DEBUG:2020-08-03 11:43:30,981] rhasspywake_snowboy_hermes: Wake word detected: Gaston (site_id=default)
[DEBUG:2020-08-03 11:43:30,994] rhasspywake_snowboy_hermes: -> HotwordDetected(model_id=‘Gaston’, model_version=’’, model_type=‘personal’, current_sensitivity=0.5, site_id=‘default’, session_id=None, send_audio_captured=None, lang=None)
[DEBUG:2020-08-03 11:43:30,995] rhasspywake_snowboy_hermes: Publishing 174 bytes(s) to hermes/hotword/Gaston/detected
[DEBUG:2020-08-03 11:43:31,009] rhasspyserver_hermes: <- HotwordDetected(model_id=‘Gaston’, model_version=’’, model_type=‘personal’, current_sensitivity=0.5, site_id=‘default’, session_id=None, send_audio_captured=None, lang=None)
[DEBUG:2020-08-03 11:43:31,011] rhasspydialogue_hermes: <- HotwordDetected(model_id=‘Gaston’, model_version=’’, model_type=‘personal’, current_sensitivity=0.5, site_id=‘default’, session_id=None, send_audio_captured=None, lang=None)
[DEBUG:2020-08-03 11:43:31,013] rhasspydialogue_hermes: Playing WAV /usr/lib/rhasspy/share/rhasspy/etc/wav/beep_hi.wav
[DEBUG:2020-08-03 11:43:31,017] rhasspydialogue_hermes: -> HotwordToggleOff(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:31,018] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/hotword/toggleOff
[DEBUG:2020-08-03 11:43:31,022] rhasspydialogue_hermes: -> AsrToggleOff(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:31,022] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/asr/toggleOff
[DEBUG:2020-08-03 11:43:31,023] rhasspywake_snowboy_hermes: <- HotwordToggleOff(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:31,024] rhasspywake_snowboy_hermes: Disabled
[DEBUG:2020-08-03 11:43:31,025] rhasspydialogue_hermes: -> AudioPlayBytes(83948 byte(s))
[DEBUG:2020-08-03 11:43:31,031] rhasspydialogue_hermes: Waiting for playFinished (timeout=1.2012925170068027)
[DEBUG:2020-08-03 11:43:31,034] rhasspyasr_pocketsphinx_hermes: <- AsrToggleOff(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:31,035] rhasspyasr_pocketsphinx_hermes: Disabled
[DEBUG:2020-08-03 11:43:31,043] rhasspyspeakers_cli_hermes: <- AudioPlayBytes(83948 byte(s))
[DEBUG:2020-08-03 11:43:31,044] rhasspyspeakers_cli_hermes: [‘aplay’, ‘-q’, ‘-t’, ‘wav’, ‘-D’, ‘plughw:CARD=seeed8micvoicec,DEV=0’]
[DEBUG:2020-08-03 11:43:31,622] rhasspyspeakers_cli_hermes: -> AudioPlayFinished(id=‘a4458f02-7845-4ffd-8144-b63c3ac9e8c3’, session_id=’’)
[DEBUG:2020-08-03 11:43:31,623] rhasspyspeakers_cli_hermes: Publishing 63 bytes(s) to hermes/audioServer/default/playFinished
[DEBUG:2020-08-03 11:43:31,626] rhasspydialogue_hermes: <- AudioPlayFinished(id=‘a4458f02-7845-4ffd-8144-b63c3ac9e8c3’, session_id=’’)
[DEBUG:2020-08-03 11:43:31,627] rhasspytts_cli_hermes: <- AudioPlayFinished(id=‘a4458f02-7845-4ffd-8144-b63c3ac9e8c3’, session_id=’’)
[DEBUG:2020-08-03 11:43:31,627] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:31,628] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-08-03 11:43:31,629] rhasspydialogue_hermes: -> AsrToggleOn(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:31,630] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/asr/toggleOn
[DEBUG:2020-08-03 11:43:31,630] rhasspydialogue_hermes: Starting new session (id=default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37)
[DEBUG:2020-08-03 11:43:31,630] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:31,631] rhasspywake_snowboy_hermes: Enabled
[DEBUG:2020-08-03 11:43:31,632] rhasspydialogue_hermes: -> DialogueSessionStarted(session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’, site_id=‘default’, custom_data=‘Gaston’, lang=None)
[DEBUG:2020-08-03 11:43:31,632] rhasspydialogue_hermes: Publishing 127 bytes(s) to hermes/dialogueManager/sessionStarted
[DEBUG:2020-08-03 11:43:31,634] rhasspydialogue_hermes: -> HotwordToggleOff(site_id=‘default’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-08-03 11:43:31,634] rhasspydialogue_hermes: Publishing 50 bytes(s) to hermes/hotword/toggleOff
[DEBUG:2020-08-03 11:43:31,634] rhasspydialogue_hermes: Listening for session default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37
[DEBUG:2020-08-03 11:43:31,636] rhasspydialogue_hermes: -> AsrStartListening(site_id=‘default’, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’, lang=None, stop_on_silence=True, send_audio_captured=True, wakeword_id=‘Gaston’, intent_filter=None)
[DEBUG:2020-08-03 11:43:31,637] rhasspydialogue_hermes: Publishing 199 bytes(s) to hermes/asr/startListening
[DEBUG:2020-08-03 11:43:31,678] rhasspyasr_pocketsphinx_hermes: <- AsrToggleOn(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:31,679] rhasspywake_snowboy_hermes: <- HotwordToggleOff(site_id=‘default’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-08-03 11:43:31,679] rhasspyasr_pocketsphinx_hermes: Enabled
[DEBUG:2020-08-03 11:43:31,680] rhasspywake_snowboy_hermes: Disabled
[DEBUG:2020-08-03 11:43:31,683] rhasspyasr_pocketsphinx_hermes: <- AsrStartListening(site_id=‘default’, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’, lang=None, stop_on_silence=True, send_audio_captured=True, wakeword_id=‘Gaston’, intent_filter=None)
[DEBUG:2020-08-03 11:43:31,685] rhasspyasr_pocketsphinx_hermes: Starting listening (session_id=default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37)
[DEBUG:2020-08-03 11:43:31,716] rhasspyasr_pocketsphinx_hermes: Receiving audio
[DEBUG:2020-08-03 11:43:40,968] rhasspyasr_pocketsphinx_hermes: Voice command recorded for session default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37 (35520 byte(s))
[DEBUG:2020-08-03 11:43:40,969] rhasspyasr_pocketsphinx_hermes: Transcribing 35564 byte(s) of audio data
INFO: pocketsphinx.c(152): Parsed model-specific feature parameters from /home/pi/.config/rhasspy/profiles/fr/acoustic_model/feat.params
Current configuration:
[NAME] [DEFLT] [VALUE]
-agc none none
-agcthresh 2.0 2.000000e+00
-allphone
-allphone_ci yes yes
-alpha 0.97 9.700000e-01
-ascale 20.0 2.000000e+01
-aw 1 1
-backtrace no no
-beam 1e-48 1.000000e-48
-bestpath yes yes
-bestpathlw 9.5 9.500000e+00
-ceplen 13 13
-cmn live current
-cmninit 40,3,-1 40,3,-1
-compallsen no no
-dict /home/pi/.config/rhasspy/profiles/fr/dictionary.txt
-dictcase no no
-dither no no
-doublebw no no
-ds 1 1
-fdict
-feat 1s_c_d_dd 1s_c_d_dd
-featparams
-fillprob 1e-8 1.000000e-08
-frate 100 100
-fsg
-fsgusealtpron yes yes
-fsgusefiller yes yes
-fwdflat yes yes
-fwdflatbeam 1e-64 1.000000e-64
-fwdflatefwid 4 4
-fwdflatlw 8.5 8.500000e+00
-fwdflatsfwin 25 25
-fwdflatwbeam 7e-29 7.000000e-29
-fwdtree yes yes
-hmm /home/pi/.config/rhasspy/profiles/fr/acoustic_model
-input_endian little little
-jsgf
-keyphrase
-kws
-kws_delay 10 10
-kws_plp 1e-1 1.000000e-01
-kws_threshold 1e-30 1.000000e-30
-latsize 5000 5000
-lda
-ldadim 0 0
-lifter 0 22
-lm /home/pi/.config/rhasspy/profiles/fr/language_model.txt
-lmctl
-lmname
-logbase 1.0001 1.000100e+00
-logfn
-logspec no no
-lowerf 133.33334 1.300000e+02
-lpbeam 1e-40 1.000000e-40
-lponlybeam 7e-29 7.000000e-29
-lw 6.5 6.500000e+00
-maxhmmpf 30000 30000
-maxwpf -1 -1
-mdef
-mean
-mfclogdir
-min_endfr 0 0
-mixw
-mixwfloor 0.0000001 1.000000e-07
-mllr
-mmap yes yes
-ncep 13 13
-nfft 512 512
-nfilt 40 25
-nwpen 1.0 1.000000e+00
-pbeam 1e-48 1.000000e-48
-pip 1.0 1.000000e+00
-pl_beam 1e-10 1.000000e-10
-pl_pbeam 1e-10 1.000000e-10
-pl_pip 1.0 1.000000e+00
-pl_weight 3.0 3.000000e+00
-pl_window 5 5
-rawlogdir
-remove_dc no no
-remove_noise yes yes
-remove_silence yes yes
-round_filters yes yes
-samprate 16000 1.600000e+04
-seed -1 -1
-sendump
-senlogdir
-senmgau
-silprob 0.005 5.000000e-03
-smoothspec no no
-svspec
-tmat
-tmatfloor 0.0001 1.000000e-04
-topn 4 4
-topn_beam 0 0
-toprule
-transform legacy dct
-unit_area yes yes
-upperf 6855.4976 6.800000e+03
-uw 1.0 1.000000e+00
-vad_postspeech 50 50
-vad_prespeech 20 20
-vad_startspeech 10 10
-vad_threshold 3.0 3.000000e+00
-var
-varfloor 0.0001 1.000000e-04
-varnorm no no
-verbose no no
-warp_params
-warp_type inverse_linear inverse_linear
-wbeam 7e-29 7.000000e-29
-wip 0.65 6.500000e-01
-wlen 0.025625 2.562500e-02

INFO: feat.c(715): Initializing feature stream to type: ‘1s_c_d_dd’, ceplen=13, CMN=‘batch’, VARNORM=‘no’, AGC=‘none’
INFO: acmod.c(152): Reading linear feature transformation from /home/pi/.config/rhasspy/profiles/fr/acoustic_model/feature_transform
INFO: mdef.c(518): Reading model definition: /home/pi/.config/rhasspy/profiles/fr/acoustic_model/mdef
INFO: bin_mdef.c(181): Allocating 101051 * 8 bytes (789 KiB) for CD tree
INFO: tmat.c(149): Reading HMM transition probability matrices: /home/pi/.config/rhasspy/profiles/fr/acoustic_model/transition_matrices
INFO: acmod.c(113): Attempting to use PTM computation module
INFO: ms_gauden.c(127): Reading mixture gaussian parameter: /home/pi/.config/rhasspy/profiles/fr/acoustic_model/means
INFO: ms_gauden.c(242): 2108 codebook, 1 feature, size:
INFO: ms_gauden.c(244): 8x32
INFO: ms_gauden.c(127): Reading mixture gaussian parameter: /home/pi/.config/rhasspy/profiles/fr/acoustic_model/variances
INFO: ms_gauden.c(242): 2108 codebook, 1 feature, size:
INFO: ms_gauden.c(244): 8x32
INFO: ms_gauden.c(304): 0 variance values floored
INFO: ptm_mgau.c(803): Number of codebooks exceeds 256: 2108
INFO: acmod.c(115): Attempting to use semi-continuous computation module
INFO: ms_gauden.c(127): Reading mixture gaussian parameter: /home/pi/.config/rhasspy/profiles/fr/acoustic_model/means
INFO: ms_gauden.c(242): 2108 codebook, 1 feature, size:
INFO: ms_gauden.c(244): 8x32
INFO: ms_gauden.c(127): Reading mixture gaussian parameter: /home/pi/.config/rhasspy/profiles/fr/acoustic_model/variances
INFO: ms_gauden.c(242): 2108 codebook, 1 feature, size:
INFO: ms_gauden.c(244): 8x32
INFO: ms_gauden.c(304): 0 variance values floored
INFO: acmod.c(117): Falling back to general multi-stream GMM computation
INFO: ms_gauden.c(127): Reading mixture gaussian parameter: /home/pi/.config/rhasspy/profiles/fr/acoustic_model/means
INFO: ms_gauden.c(242): 2108 codebook, 1 feature, size:
INFO: ms_gauden.c(244): 8x32
INFO: ms_gauden.c(127): Reading mixture gaussian parameter: /home/pi/.config/rhasspy/profiles/fr/acoustic_model/variances
INFO: ms_gauden.c(242): 2108 codebook, 1 feature, size:
INFO: ms_gauden.c(244): 8x32
INFO: ms_gauden.c(304): 0 variance values floored
INFO: ms_senone.c(149): Reading senone mixture weights: /home/pi/.config/rhasspy/profiles/fr/acoustic_model/mixture_weights
INFO: ms_senone.c(200): Truncating senone logs3(pdf) values by 10 bits
INFO: ms_senone.c(207): Not transposing mixture weights in memory
INFO: ms_senone.c(268): Read mixture weights for 2108 senones: 1 features x 8 codewords
INFO: ms_senone.c(320): Mapping senones to individual codebooks
INFO: ms_mgau.c(144): The value of topn: 4
INFO: phone_loop_search.c(114): State beam -225 Phone exit beam -225 Insertion penalty 0
INFO: dict.c(320): Allocating 4220 * 20 bytes (82 KiB) for word entries
INFO: dict.c(333): Reading main dictionary: /home/pi/.config/rhasspy/profiles/fr/dictionary.txt
INFO: dict.c(213): Dictionary size 121, allocated 0 KiB for strings, 0 KiB for phones
INFO: dict.c(336): 121 words read
INFO: dict.c(358): Reading filler dictionary: /home/pi/.config/rhasspy/profiles/fr/acoustic_model/noisedict
INFO: dict.c(213): Dictionary size 124, allocated 0 KiB for strings, 0 KiB for phones
INFO: dict.c(361): 3 words read
INFO: dict2pid.c(396): Building PID tables for dictionary
INFO: dict2pid.c(406): Allocating 36^3 * 2 bytes (91 KiB) for word-initial triphones
INFO: dict2pid.c(132): Allocated 15696 bytes (15 KiB) for word-final triphones
INFO: dict2pid.c(196): Allocated 15696 bytes (15 KiB) for single-phone word triphones
INFO: ngram_model_trie.c(354): Trying to read LM in trie binary format
INFO: ngram_model_trie.c(365): Header doesn’t match
INFO: ngram_model_trie.c(177): Trying to read LM in arpa format
INFO: ngram_model_trie.c(193): LM of order 3
INFO: ngram_model_trie.c(195): #1-grams: 60
INFO: ngram_model_trie.c(195): #2-grams: 302
INFO: ngram_model_trie.c(195): #3-grams: 903
INFO: lm_trie.c(474): Training quantizer
INFO: lm_trie.c(482): Building LM trie
INFO: ngram_search_fwdtree.c(74): Initializing search tree
INFO: ngram_search_fwdtree.c(101): 52 unique initial diphones
INFO: ngram_search_fwdtree.c(186): Creating search channels
INFO: ngram_search_fwdtree.c(323): Max nonroot chan increased to 292
INFO: ngram_search_fwdtree.c(333): Created 52 root, 164 non-root channels, 9 single-phone words
INFO: ngram_search_fwdflat.c(157): fwdflat: min_ef_width = 4, max_sf_win = 25
[DEBUG:2020-08-03 11:43:41,936] rhasspyasr_pocketsphinx.transcribe: Successfully loaded decoder in 0.965476142 second(s)
INFO: ngram_search_fwdflat.c(302): Utterance vocabulary contains 0 words
[DEBUG:2020-08-03 11:43:41,940] rhasspyasr_pocketsphinx.transcribe: Decoded audio in 0.0030827159999944342 second(s)
ERROR: “ngram_search.c”, line 1139: Couldn’t find “s” in first frame
[WARNING:2020-08-03 11:43:41,940] rhasspyasr_pocketsphinx_hermes: Received empty transcription
[DEBUG:2020-08-03 11:43:41,942] rhasspyasr_pocketsphinx_hermes: -> AsrTextCaptured(text=’’, likelihood=0, seconds=0, site_id=‘default’, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’, wakeword_id=None, asr_tokens=None, lang=None)
[DEBUG:2020-08-03 11:43:41,943] rhasspyasr_pocketsphinx_hermes: Publishing 185 bytes(s) to hermes/asr/textCaptured
[DEBUG:2020-08-03 11:43:41,944] rhasspyasr_pocketsphinx_hermes: -> AsrAudioCaptured(35564 byte(s))
[DEBUG:2020-08-03 11:43:41,946] rhasspydialogue_hermes: <- AsrTextCaptured(text=’’, likelihood=0, seconds=0, site_id=‘default’, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’, wakeword_id=None, asr_tokens=None, lang=None)
[DEBUG:2020-08-03 11:43:41,947] rhasspydialogue_hermes: Playing WAV /usr/lib/rhasspy/share/rhasspy/etc/wav/beep_lo.wav
[DEBUG:2020-08-03 11:43:41,949] rhasspydialogue_hermes: -> HotwordToggleOff(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:41,949] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/hotword/toggleOff
[DEBUG:2020-08-03 11:43:41,951] rhasspydialogue_hermes: -> AsrToggleOff(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:41,951] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/asr/toggleOff
[DEBUG:2020-08-03 11:43:41,952] rhasspydialogue_hermes: -> AudioPlayBytes(119908 byte(s))
[DEBUG:2020-08-03 11:43:41,953] rhasspydialogue_hermes: Waiting for playFinished (timeout=1.6090022675736961)
[DEBUG:2020-08-03 11:43:41,954] rhasspywake_snowboy_hermes: <- HotwordToggleOff(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:41,954] rhasspywake_snowboy_hermes: Disabled
[DEBUG:2020-08-03 11:43:41,958] rhasspyspeakers_cli_hermes: <- AudioPlayBytes(119908 byte(s))
[DEBUG:2020-08-03 11:43:41,958] rhasspyspeakers_cli_hermes: [‘aplay’, ‘-q’, ‘-t’, ‘wav’, ‘-D’, ‘plughw:CARD=seeed8micvoicec,DEV=0’]
[DEBUG:2020-08-03 11:43:41,961] rhasspyasr_pocketsphinx_hermes: <- AsrToggleOff(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:41,961] rhasspyasr_pocketsphinx_hermes: Disabled
[DEBUG:2020-08-03 11:43:42,771] rhasspyspeakers_cli_hermes: -> AudioPlayFinished(id=‘399762b6-8462-4e9f-a161-df77321920ad’, session_id=’’)
[DEBUG:2020-08-03 11:43:42,771] rhasspyspeakers_cli_hermes: Publishing 63 bytes(s) to hermes/audioServer/default/playFinished
[DEBUG:2020-08-03 11:43:42,774] rhasspytts_cli_hermes: <- AudioPlayFinished(id=‘399762b6-8462-4e9f-a161-df77321920ad’, session_id=’’)
[DEBUG:2020-08-03 11:43:42,775] rhasspydialogue_hermes: <- AudioPlayFinished(id=‘399762b6-8462-4e9f-a161-df77321920ad’, session_id=’’)
[DEBUG:2020-08-03 11:43:42,776] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:42,776] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-08-03 11:43:42,778] rhasspydialogue_hermes: -> AsrToggleOn(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:42,778] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/asr/toggleOn
[DEBUG:2020-08-03 11:43:42,778] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:42,779] rhasspywake_snowboy_hermes: Still disabled: {<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>}
[DEBUG:2020-08-03 11:43:42,779] rhasspydialogue_hermes: Received text:
[DEBUG:2020-08-03 11:43:42,781] rhasspydialogue_hermes: -> AsrStopListening(site_id=‘default’, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’)
[DEBUG:2020-08-03 11:43:42,781] rhasspydialogue_hermes: Publishing 89 bytes(s) to hermes/asr/stopListening
[DEBUG:2020-08-03 11:43:42,781] rhasspyasr_pocketsphinx_hermes: <- AsrToggleOn(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:42,781] rhasspyasr_pocketsphinx_hermes: Enabled
[DEBUG:2020-08-03 11:43:42,783] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘default’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-08-03 11:43:42,783] rhasspydialogue_hermes: Publishing 50 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-08-03 11:43:42,785] rhasspydialogue_hermes: -> NluQuery(input=’’, site_id=‘default’, id=None, intent_filter=None, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’, wakeword_id=‘Gaston’, lang=None)
[DEBUG:2020-08-03 11:43:42,786] rhasspyasr_pocketsphinx_hermes: <- AsrStopListening(site_id=‘default’, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’)
[DEBUG:2020-08-03 11:43:42,787] rhasspyasr_pocketsphinx_hermes: Received a total of 334720 byte(s) for WAV data for session default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37
[DEBUG:2020-08-03 11:43:42,788] rhasspyasr_pocketsphinx_hermes: Stopping listening (session_id=default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37)
[DEBUG:2020-08-03 11:43:42,785] rhasspydialogue_hermes: Publishing 174 bytes(s) to hermes/nlu/query
[DEBUG:2020-08-03 11:43:42,791] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘default’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-08-03 11:43:42,791] rhasspywake_snowboy_hermes: Enabled
[DEBUG:2020-08-03 11:43:42,795] rhasspyfuzzywuzzy_hermes: <- NluQuery(input=’’, site_id=‘default’, id=None, intent_filter=None, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’, wakeword_id=‘Gaston’, lang=None)
[DEBUG:2020-08-03 11:43:42,796] rhasspyfuzzywuzzy_hermes: Loading /home/pi/.config/rhasspy/profiles/fr/intent_graph.pickle.gz
[DEBUG:2020-08-03 11:43:42,801] rhasspyfuzzywuzzy_hermes: Loading examples from /home/pi/.config/rhasspy/profiles/fr/intent_examples.json
[DEBUG:2020-08-03 11:43:42,816] rhasspyfuzzywuzzy_hermes: -> NluIntentNotRecognized(input=’’, site_id=‘default’, id=None, custom_data=None, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’)
[DEBUG:2020-08-03 11:43:42,816] rhasspyfuzzywuzzy_hermes: Publishing 134 bytes(s) to hermes/nlu/intentNotRecognized
[DEBUG:2020-08-03 11:43:42,819] rhasspyserver_hermes: <- NluIntentNotRecognized(input=’’, site_id=‘default’, id=None, custom_data=None, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’)
[DEBUG:2020-08-03 11:43:42,820] rhasspydialogue_hermes: <- NluIntentNotRecognized(input=’’, site_id=‘default’, id=None, custom_data=None, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’)
[DEBUG:2020-08-03 11:43:42,821] rhasspydialogue_hermes: Playing WAV /usr/lib/rhasspy/share/rhasspy/etc/wav/beep_error.wav
[DEBUG:2020-08-03 11:43:42,965] rhasspyasr_pocketsphinx_hermes: Receiving audio
[DEBUG:2020-08-03 11:43:43,516] rhasspydialogue_hermes: -> HotwordToggleOff(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:43,517] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/hotword/toggleOff
[DEBUG:2020-08-03 11:43:43,520] rhasspydialogue_hermes: -> AsrToggleOff(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:43,520] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/asr/toggleOff
[DEBUG:2020-08-03 11:43:43,522] rhasspydialogue_hermes: -> AudioPlayBytes(155492 byte(s))
[DEBUG:2020-08-03 11:43:43,521] rhasspywake_snowboy_hermes: <- HotwordToggleOff(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:43,522] rhasspywake_snowboy_hermes: Disabled
[DEBUG:2020-08-03 11:43:43,525] rhasspydialogue_hermes: Waiting for playFinished (timeout=2.012448979591837)
[DEBUG:2020-08-03 11:43:43,528] rhasspyasr_pocketsphinx_hermes: <- AsrToggleOff(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:43,528] rhasspyasr_pocketsphinx_hermes: Disabled
[DEBUG:2020-08-03 11:43:43,529] rhasspyspeakers_cli_hermes: <- AudioPlayBytes(155492 byte(s))
[DEBUG:2020-08-03 11:43:43,529] rhasspyspeakers_cli_hermes: [‘aplay’, ‘-q’, ‘-t’, ‘wav’, ‘-D’, ‘plughw:CARD=seeed8micvoicec,DEV=0’]
[DEBUG:2020-08-03 11:43:44,605] rhasspyspeakers_cli_hermes: -> AudioPlayFinished(id=‘6e4a4777-7794-4ae7-8eb1-969512d23707’, session_id=’’)
[DEBUG:2020-08-03 11:43:44,606] rhasspyspeakers_cli_hermes: Publishing 63 bytes(s) to hermes/audioServer/default/playFinished
[DEBUG:2020-08-03 11:43:44,611] rhasspytts_cli_hermes: <- AudioPlayFinished(id=‘6e4a4777-7794-4ae7-8eb1-969512d23707’, session_id=’’)
[DEBUG:2020-08-03 11:43:44,614] rhasspydialogue_hermes: <- AudioPlayFinished(id=‘6e4a4777-7794-4ae7-8eb1-969512d23707’, session_id=’’)
[DEBUG:2020-08-03 11:43:44,616] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:44,617] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-08-03 11:43:44,619] rhasspydialogue_hermes: -> AsrToggleOn(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:44,620] rhasspydialogue_hermes: Publishing 44 bytes(s) to hermes/asr/toggleOn
[WARNING:2020-08-03 11:43:44,621] rhasspydialogue_hermes: No intent recognized (session_id=default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37)
[DEBUG:2020-08-03 11:43:44,621] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘default’, reason=<HotwordToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:44,621] rhasspywake_snowboy_hermes: Enabled
[DEBUG:2020-08-03 11:43:44,624] rhasspydialogue_hermes: -> AsrStopListening(site_id=‘default’, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’)
[DEBUG:2020-08-03 11:43:44,624] rhasspydialogue_hermes: Publishing 89 bytes(s) to hermes/asr/stopListening
[DEBUG:2020-08-03 11:43:44,628] rhasspydialogue_hermes: -> DialogueSessionEnded(termination=DialogueSessionTermination(reason=<DialogueSessionTerminationReason.INTENT_NOT_RECOGNIZED: ‘intentNotRecognized’>), session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’, site_id=‘default’, custom_data=‘Gaston’)
[DEBUG:2020-08-03 11:43:44,630] rhasspydialogue_hermes: Publishing 163 bytes(s) to hermes/dialogueManager/sessionEnded
[DEBUG:2020-08-03 11:43:44,634] rhasspydialogue_hermes: -> HotwordToggleOn(site_id=‘default’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-08-03 11:43:44,635] rhasspydialogue_hermes: Publishing 50 bytes(s) to hermes/hotword/toggleOn
[DEBUG:2020-08-03 11:43:44,668] rhasspywake_snowboy_hermes: <- HotwordToggleOn(site_id=‘default’, reason=<HotwordToggleReason.DIALOGUE_SESSION: ‘dialogueSession’>)
[DEBUG:2020-08-03 11:43:44,669] rhasspyasr_pocketsphinx_hermes: <- AsrToggleOn(site_id=‘default’, reason=<AsrToggleReason.PLAY_AUDIO: ‘playAudio’>)
[DEBUG:2020-08-03 11:43:44,668] rhasspywake_snowboy_hermes: Enabled
[DEBUG:2020-08-03 11:43:44,669] rhasspyasr_pocketsphinx_hermes: Enabled
[DEBUG:2020-08-03 11:43:44,673] rhasspyasr_pocketsphinx_hermes: <- AsrStopListening(site_id=‘default’, session_id=‘default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37’)
[DEBUG:2020-08-03 11:43:44,674] rhasspyasr_pocketsphinx_hermes: Stopping listening (session_id=default-Gaston-5d5d267d-d31d-4240-bce3-a63f9b27ae37)
[DEBUG:2020-08-03 11:43:44,722] rhasspyasr_pocketsphinx_hermes: Receiving audio

thank’s for help

I got a ReSpeaker Mic Array v2.0 recently and observed the same problem when using the 3.5 mm jack on the board (USB speakers don’t suffer from this problem). I thought that the delay came from my speakers. But after reading this thread I’m starting to think that the board is the problem. I’m gonna test another set of speakers later.

Playing some background music seems to fix the problem but that’s obviously not a solution.

Atleast with the respeaker 2mic hat i have no problems with the 3.5mm jack or a small directly connected speaker.
@arpagor62970 Do TTS responses play correctly for you ?

Yes no problem with TTS