View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Kmouth

From LQWiki

Jump to: navigation, search

With kmouth, you can make the computer speak for you using its sound system.

Installation

Fun with kmouth

The following command tells you witty sayings every 30 seconds, using the KDE speech daemon:

while true; do dcop kttsd KSpeech sayText "`fortune`" 0; sleep 30; done

See also


Share

Personal tools