1:プログラム及びデータファイルをダウンロードする A:hts_engine_API-1.09 http://hts-engine.sourceforge.net http://sourceforge.net/projects/open-jtalk/files/から下記ファイルをダウンロードする B:open_jtalk-1.08 (プログラム) C:open_jtalk-dic_utf_8-1.08 (UTF-8の辞書ファイル) D:hts_voice_nitech_jp_atr503_m001-1.05 (HTS voice 音声ファイル) 2:コンパイル cd hts_engine_API-1.09 ./configure make make install cd open_jtalk-1.08 ./configure --with-charset=UTF-8 make make install 3:ファイルのコピー 辞書ファイルのコピー mkdir /usr/local/share/jtalk cp open_jtalk-dic_utf_8-1.08/* /usr/local/share/jtalk 音声ファイルのコピー mkdir /usr/local/share/htsVoice cp hts_voice_nitech_jp_atr503_m001-1.05/nitech_jp_atr503_m001.htsvoice /usr/local/share/htsVoice 4:テスト cat input.txt サンプルのテキストファイル "おはようございます" 辞書ファイル、音声ファイルのディレトリーを指定する open_jtalk -x /usr/local/share/jtalk -m /usr/local/share/htsVoice/nitech_jp_atr503_m001.htsvoice -ow output.wav input.txt mplayerやaplay などで出力ファイルを再生する mplayer output.wav aplay output.wav