内容へ移動
DOT's Wiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
•
c♯
•
vue
programming:julius
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== Ubuntu ====== ===== julius のインストール ===== ==== aptパッケージバージョン ==== $ sudo apt-get install julius ==== 最新バージョンのビルド ==== RaspberryPi2でビルドする場合は、最初に以下も実行しておく。 他の環境であれば省略できるかもしれない。 <file sh julius-build-raspberrypi2.sh> export CFLAGS="-march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard" </file> juliusのビルド <file sh julius-build.sh> # julius sudo apt-get install libasound2-dev git clone https://github.com/julius-speech/julius.git cd julius ./configure --with-mictype=alsa make sudo make install </file> ===== dictionary kit のインストール ===== ==== Releaseバージョン ==== <file sh julius-dictionary-kit-release.sh> wget "https://osdn.net/projects/julius/downloads/66544/dictation-kit-v4.4.zip/" -O dictation-kit-v4.4.zip unzip dictation-kit-v4.4.zip </file> ==== 最新バージョン ==== <file sh julius-dictionary-kit-latest.sh> curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash git lfs install git clone https://github.com/julius-speech/dictation-kit.git </file>
programming/julius.txt
· 最終更新:
2017/12/11 06:44
by
dot
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ