rokkonet

PC・Androidソフトウェア・アプリの開発・使い方に関するメモ

google AIY voice kit 組立・インストール・設定

google AIY voice kit 組立・インストール・設定

2018 Mar. 18.

google id (gmail address) を決める。

hotword・日本語・LED点滅設定解説: https://kureuetan.com/web/raspberrypi/4998/#Voice_Kit

(google-assistant実行)
${HOME}/AIY-projects-python/src/examples/voice/assistant_library_demo.py

(設定確認)
$ googlesamples-assistant-devicetool list --model
$ googlesamples-assistant-devicetool list --device

(PC起動時自動実行)
~/.config/lxsession/LXDE-pi/autostart に
実行スクリプトを次の形式で最下行に書き込む。
@lxterminal -e PATH/SCRIPT.sh

"~/bin/google-voice-hotword.sh"
#!/bin/bash --rcfile
# start google-AIY-voice-kit-hotword
${HOME}/AIY-projects-python/src/examples/voice/assistant_library_demo.py
echo "Google-AIY-voice-kit has finished."
exit 0