Next: Contact Information, Previous: speechd-el User Manual, Up: Top [Contents][Index]
The speechd-el code can be classified into several parts:
You can use the libraries to communicate with Speech Dispatcher, BRLTTY or other devices in your own programs.
Right now, there’s no real programmer’s manual to the libraries. Please read docstrings of available variables, functions and macros.
Nevertheless, here are some instructions you can and should follow:
speechd--
or speechd-speak--
). These objects are
considered private and may change incompatibly or disappear at any
time without notice.
speechd-client-name
variable:
(let ((speechd-client-name "something")) ... the code using the connection "something" ... )
Please note it’s usually bad idea to open two concurrent Speech Dispatcher connections sharing the same client name.
You can also look at Advanced Customization.