How To Install hispavoces-sfl-diphone on CentOS 7
Introduction
In this tutorial we learn how to install hispavoces-sfl-diphone
on CentOS 7.
What is hispavoces-sfl-diphone
Female Castillian-Spanish (es_ES) voice «SFL» for Festival. This is a diphone-based male Spanish voice for the Festival speech synthesis system. These original audio files were recorded by a professional voice talent in a recording studio. This voice was developed by the Consejeria de Innovacion, Ciencia y Empresa of the Junta de Andalucia on a project awarded to MP Sistemas in collaboration with Intelligent Dialogue Systems (INDISYS). The primary objective was to integrate a higher-quality diphone-based Spanish voice in Guadalinex v4.0, an Ubuntu-based Linux distribution promoted by the Government of Andalusia (Spain). See http
We can use yum
or dnf
to install hispavoces-sfl-diphone
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install hispavoces-sfl-diphone.
Install hispavoces-sfl-diphone on CentOS 7 Using yum
Update yum database with yum
using the following command.
sudo yum makecache
After updating yum database, We can install hispavoces-sfl-diphone
using yum
by running the following command:
sudo yum -y install hispavoces-sfl-diphone
Install hispavoces-sfl-diphone on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
sudo dnf makecache
After updating yum database, We can install hispavoces-sfl-diphone
using dnf
by running the following command:
sudo dnf -y install hispavoces-sfl-diphone
How To Uninstall hispavoces-sfl-diphone on CentOS 7
To uninstall only the hispavoces-sfl-diphone
package we can use the following command:
sudo dnf remove hispavoces-sfl-diphone
References
Summary
In this tutorial we learn how to install hispavoces-sfl-diphone
on CentOS 7 using yum
and dnf
.