File: README

package info (click to toggle)
speechd-el 1.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 584 kB
  • ctags: 317
  • sloc: lisp: 2,715; makefile: 97; cs: 29; sh: 28; perl: 27
file content (34 lines) | stat: -rw-r--r-- 836 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
speechd-el is an Emacs client to Speech Dispatcher, providing full speech
output environment for Emacs.

It consists of two parts:

- The library file speechd.el implementing access functions to the Speech
  Dispatcher protocol.

- The file speechd-speak.el that makes Emacs speak.

Installation:

- Copy the *.el files somewhere to your Emacs load path.

- If you like, byte compile them.

- Install the `speechd-log-extractor' script somewhere to your shell PATH.

- Start speech-dispatcher.

- Start Emacs and apply the commands

   M-x load-library RET speechd-speak RET
   
   M-x speechd-speak RET

Now, your Emacs should start speaking.

See the Texinfo manual for complete documentation.

You can send your bug reports, patches, suggestions, etc. to the mailing list
speechd@freebsoft.org.

-- Milan Zamazal <pdm@freebsoft.org>