Emacs Lisp: use speech on your computer by using festival.el and Festival Speech system

Emacs Lisp: use speech on your computer by using festival.el and Festival Speech system

Festival already has its GNU Emacs Support, just install festival package in your GNU/Linux distribution and you will gain soon functions to output speech. Yes, instead of messages in your Emacs minibuffer, now you can hear the real speech and in several languages. Emacs could thus remind you of new emails or new messages coming and it could tell you about finished tasks or commands. Sounds nice?

If I turn on the variable rcd-speak then function speak is going to work. This uses festival.el from Festival speech package. Look it up in your GNU/Linux list of system packages.


(setq rcd-speak t)

(defun speak (string)
  "Returnes speech by using festival"
  (if rcd-speak
      (festival-say-string string)))

Make your GNU Emacs speak today!

Related pages

Leave Your Comment or Contact GNU.Support

Contact GNU.Support now. There is a simple rule at GNU.Support: if we can help you, we do, whenever and wherever necessary, and it's the way we've been doing business since 2002, and the only way we know


Full name:


E-mail:


Message: