1
5

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.

ラズパイに Open JTalk を導入する

Last updated at Posted at 2019-06-06

ラズパイの初期セットアップ個人用メモ から引き続いて実施。

前回で Raspberry Pi に ssh で接続できるようになったので、今回は Windows 10 の WSL(Ubuntu) から ssh で接続して作業します(一部を除く)

事前準備

  • 3.5mm jack に接続するスピーカーを用意し Raspberry Pi に接続

3.5mm jack につないだスピーカーから音が出るように設定

  • sudo raspi-config でコンフィグを開く
  • 7 Advanced Options を選択

2019-06-06.png

  • A4 Audio を選択

2019-06-06 (1).png

  • 1 Force 3.5mm ('headphone') jack を選択

2019-06-06 (2).png

  • 任意の手段で接続したスピーカーから音が出ることを確認
    • 簡単なのは Raspberry Pi 上でブラウザから Youtube を開いて任意の動画を再生(ここは ssh ではなく Raspberry Pi 上で操作)

Open JTalk の導入

  • sudo apt-get install open-jtalk で Open JTalk を導入

2019-06-06 (3).png

  • 提案パッケージとして推奨された open-jtalk-mecab-naist-jdic , hts-voice-nitech-jp-atr503-m001 を導入
    • sudo apt-get install open-jtalk-mecab-naist-jdic hts-voice-nitech-jp-atr503-m001

2019-06-06 (4).png

2019-06-06 (5).png

  • 実行し問題なく作成されることを確認する
echo "てすと" | open_jtalk -m /usr/share/hts-voice/nitech-jp-atr503-m001/nitech_jp_atr503_m001.htsvoice -x /var/lib/mecab/dic/open-jtalk/naist-jdic -ow /tmp/test.wav
aplay /tmp/test.wav
1
5
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
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?