1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Raspberry Pi に入れた OpenTalk の音響モデルを換える

Posted at

FabBot Kannna-chan など Raspberry Pi に入れた OpenTalk の音響モデルを換える手順のメモ

音響モデルを入手する

Open JTalk の音響モデルを試す::まほろば
音響モデルの入手先を紹介していて、サンプルもいくつか聴ける。

音響モデルをコピーする

SSH 接続だけでコピーを行うには scp を使う。

scp ./hts_voice_nitech_jp_atr503_m001-1.05.tar.gz pi@192.168.42.1:/home/pi/

ファイルを解凍する

tar xvf hts_voice_nitech_jp_atr503_m001-1.05.tar.gz

jsay コマンドを修正する

エディタを起動する。

sudo nano ~/bin/jsay

HTSVOICE= を書き換える。

jsay
HTSVOICE=/home/pi/hts_voice_nitech_jp_atr503_m001-1.05/nitech_jp_atr503_m001.htsvoice
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?