We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I could not find a clear instruction on installing the model on a Ubuntu machine.
I am following the steps in issue#76 but replacing keyword "raspbian" to "debian". Is this doable? The steps I am trying is as below:
Create /etc/apt/sources.list.d/zamia-ai.list
sudo touch /etc/apt/sources.list.d/zamia-ai.list
add:
deb https://goofy.zamia.org/repo-ai/raspbian/stretch/armhf/ ./ #(not amd64)
Manually install libttspico0_1.0+git20130326-9_armhf.deb and libttspico-
utils_1.0+git20130326-9_armhf.deb
wget http://ftp.us.debian.org/debian/pool/non-free/s/svox/libttspico0_1.0+git20130326-9_armhf.deb
wget http://ftp.us.debian.org/debian/pool/non-free/s/svox/libttspico-utils_1.0+git20130326-9_armhf.deb
sudo apt-get install gdebi
sudo gdebi libttspico0_1.0+git20130326-9_armhf.deb
sudo gdebi libttspico-utils_1.0+git20130326-9_armhf.deb
Install programs
wget -qO - http://goofy.zamia.org/repo-ai/debian/stretch/amd64/bofh.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install kaldi-chain-zamia-speech-de kaldi-chain-zamia-speech-en python-kaldiasr python-nltools pulseaudio-utils pulseaudio
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I could not find a clear instruction on installing the model on a Ubuntu machine.
I am following the steps in issue#76 but replacing keyword "raspbian" to "debian". Is
this doable? The steps I am trying is as below:
Create /etc/apt/sources.list.d/zamia-ai.list
sudo touch /etc/apt/sources.list.d/zamia-ai.list
add:
deb https://goofy.zamia.org/repo-ai/raspbian/stretch/armhf/ ./
#(not amd64)
Manually install libttspico0_1.0+git20130326-9_armhf.deb and libttspico-
utils_1.0+git20130326-9_armhf.deb
wget http://ftp.us.debian.org/debian/pool/non-free/s/svox/libttspico0_1.0+git20130326-9_armhf.deb
wget http://ftp.us.debian.org/debian/pool/non-free/s/svox/libttspico-utils_1.0+git20130326-9_armhf.deb
sudo apt-get install gdebi
sudo gdebi libttspico0_1.0+git20130326-9_armhf.deb
sudo gdebi libttspico-utils_1.0+git20130326-9_armhf.deb
Install programs
wget -qO - http://goofy.zamia.org/repo-ai/debian/stretch/amd64/bofh.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install kaldi-chain-zamia-speech-de kaldi-chain-zamia-speech-en python-kaldiasr python-nltools pulseaudio-utils pulseaudio
Thanks
The text was updated successfully, but these errors were encountered: