Install instructions
From Ubuntu
There is a package source available ready for Ubuntu. This package source is compatible with Debian and derivatives.
Installation instructions:
sudo add-apt-repository ppa:zeehio/festcat
sudo apt-get update
sudo apt-get install festival-ca festvox-ca-ona-hts festcat-utils
festcat_llegeix <<< "Demà esmorzaré torrades amb melmelada."
The first command adds our package source which contains the compiled voices and data.
Other distributions
- Install Festival-2.1.
Install the basic package:
upc_ca_base- Download
upc_ca_base ./configure && sudo make install. If./configurewas not able to findfestivalorspeech-tools, the path should be specified manually. See./configure --helpfor further details.
- Download
Install a Catalan voice
- Download the voice (e.g:
upc_ca_ona_hts). - Decompress the downloaded
.tgzfile. - Find out where the decompressed directory should be copied to. To do so, run:
festival -b "(if (boundp 'datadir) (print datadir) (print libdir))". A directory (e.g:/usr/share/festival) will be returned. - Copy the decompressed directory
upc_ca_ona_htsto the directory$datadir/voices/catalan(e.g:/usr/share/festival/voices/catalan/upc_ca_ona_hts). You may need superuser rights to do this.
- Download the voice (e.g:
- Install festcat-utils (optional)
- Install the dependencies:
id3,sox,file,csplit(fromcoreutils),iconv,perl,xclip,zenity,vorbiscomment(fromvorbis-tools),grep,libhtsengine1,libhtsengine-dev. - Download
festcat-utils. ./configure && make && sudo make install
- Install the dependencies:
- Test that it is working:
festcat_llegeix <<< "Demà esmorzaré torrades amb melmelada.".