System Grab Bag

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

espeak

Uses text-to-speech to speak through the default sound device. More information: http://espeak.sourceforge.net.
  • Speak a phrase aloud:
    espeak "I like to ride my bike."
  • Speak a file aloud:
    espeak -f {{path/to/file}}
  • Save output to a WAV audio file, rather than speaking it directly:
    espeak -w {{filename.wav}} "It's GNU plus Linux"
  • Use a different voice:
    espeak -v {{voice}}

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.