Post date: 2013/04/03 6:05:07
boot 1
rasp-config 自動起動
expand-rootfs
change_timezone : Asia-Tokyo
ssh
boot_behaviour
update
finish
reboot
boot 2
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ttf-kochi-gothic xfonts-intl-japanese xfonts-intl-japanese-big xfonts-kaname
sudo dpkg-reconfigure locales
(*)en_GB.UTF-8 UTF-8 (*)ja_JP.EUC-JP EUC-JP (*)ja_JP.UTF-8 UTF-8
default -> ja_JP.UTF-8 UTF-8
OpenJtalk (Ref.: http://homebrew.jp/show?page=1462)
sudo apt-get install open-jtalk
sudo apt-get install hts-voice-nitech-jp-atr503-m001
sudo apt-get install open-jtalk-mecab-naist-jdic
sudo amixer cset numid=3 1 (analog audio output)
openjtalk 出力OK
julius (ref,:http://ezzep.blogspot.jp/2012/12/raspberry-pijulius.html)
sudo apt-get install libasound2-dev libesd0-dev libsndfile1-dev
./configure --enable-words-int --with-mictype=alsa
make
make install
dictationkit をインストール
16K wav を作成
$ sox input_file -r 16000 output_file
$ julius -C fast.jconf -input rawfile
sudo apt-get install lv