System Grab Bag

View all TLDR pages from common (or from all pages)

flite

Speech synthesis engine. More information: http://www.festvox.org/flite/doc/.
  • List all available voices:
    flite -lv
  • Convert a text string to speech:
    flite -t "{{string}}"
  • Convert the contents of a file to speech:
    flite -f {{path/to/file.txt}}
  • Specify which voice to use:
    flite -voice {{file://path/to/filename.flitevox|url}}
  • Store output into a wav file:
    flite -voice {{file://path/to/filename.flitevox|url}} -f {{path/to/file.txt}} -o {{output.wav}}
  • Display version:
    flite --version

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.