Skip to content

Instantly share code, notes, and snippets.

@UedaTakeyuki
Created January 27, 2016 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UedaTakeyuki/788667086f5c3fcb7d40 to your computer and use it in GitHub Desktop.
Save UedaTakeyuki/788667086f5c3fcb7d40 to your computer and use it in GitHub Desktop.
Install "Julius" on Raspberry pi
# reference: http://qiita.com/t_oginogin/items/f0ba9d2eb622c05558f4
wget --trust-server-names 'http://osdn.jp/frs/redir.php?m=iij&f=%2Fjulius%2F60273%2Fjulius-4.3.1.tar.gz'
tar xvzf julius-4.3.1.tar.gz
cd julius-4.3.1/
./configure
make
cd ..
mkdir ~/julius-kits
cd ~/julius-kits
wget --trust-server-names 'http://osdn.jp/frs/redir.php?m=iij&f=%2Fjulius%2F60416%2Fdictation-kit-v4.3.1-linux.tgz'
tar xvzf dictation-kit-v4.3.1-linux.tgz
# run
#ALSADEV="plughw:0,0" ~/julius-4.3.1/julius/julius -C ~/julius-kits/dictation-kit-v4.3.1-linux/main.jconf -C ~/julius-kits/dictation-kit-v4.3.1-linux/am-gmm.jconf -nostrip
@hiddenotebook
Copy link

Hi can you make the script with the new version of julius4.4 thank you

https://github.com/julius-speech/julius/releases/tag/v4.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment