This Chef cookbook installs UniMRCP from source and configures its basic settings.
Tested on Ubuntu 12.04, Debian 7.1 & CentOS 6.5.
Add recipe[unimrcp]
to your node's run list.
node['unimrcp']['version']
- the version of UniMRCP to install (default1.1.0
)node['unimrcp']['install_dir']
- the directory in which to install UniMRCP (default/usr/local/unimrcp
)node['unimrcp']['install_flite']
- wether or not to install the Flite plugin to UniMRCP Server for open-source TTS (defaultfalse
)node['unimrcp']['install_pocketsphinx']
- wether or not to install the PocketSphinx plugin to UniMRCP Server for open-source ASR (defaultfalse
)
unimrcp
- Fetches and installs UniMRCP