flite
Speech synthesis system
Flite (festival-lite) is a small, fast run-time text to speech synthesis engine developed at CMU and primarily designed for small embedded machines and/or large servers. It is designed as an alternative text to speech synthesis engine to Festival for voices built using the FestVox suite of voice building tools.
- Versions: 2.2
- Website: http://www.festvox.org/flite/index.html
- Licenses: non-copyleft
- Package source: gnu/packages/speech.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of flite
as follows:
guix install flite
Or install a particular version:
guix install flite@2.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.