Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: hinantin/QuechuaTTS

Cuzco Quechua Text-to-Speech System

05 Apr 19:48

Choose a tag to compare

Ubuntu

Install Festival

$ sudo apt-get install festival

Install Cuzco Quechua voices using the deb files

$ sudo dpkg -i cus_quz_gui_hts_v1.0-1.deb
$ sudo dpkg -i cus_quz_gui_clunits_v1.0-1.deb

Using the voices

$ festival
Festival Speech Synthesis System 2.1:release November 2010
Copyright (C) University of Edinburgh, 1996-2010. All rights reserved.

clunits: Copyright (C) University of Edinburgh and CMU 1997-2010
hts_engine: 
The HMM-based speech synthesis system (HTS)
hts_engine API version 1.04 (http://hts-engine.sourceforge.net/)
Copyright (C) 2001-2010  Nagoya Institute of Technology
              2001-2008  Tokyo Institute of Technology
All rights reserved.
For details type `(festival_warranty)'
festival> (voice.list)
(cus_quz_gui_clunits)
festival> (voice_cus_quz_gui_clunits)
cus_quz_gui_clunits
festival> (SayText "Allillanchu")
#<Utterance 0x7f07cfecb8f0>
festival> (exit)
$ 

See it in action: http://hinant.in/tts.html

quechuatts