Changeset 2121

Show
Ignore:
Timestamp:
10/20/07 00:55:31 (1 year ago)
Author:
alexander
Message:

Added speakup information to the README file, because the official
documentation at http://www.linux-speakup.org/ is out of date.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/README.txt

    r2111 r2121  
    311311<livecd@linuxfromscratch.org>. 
    312312 
     313SPEECH OUTPUT WITH SPEAKUP 
     314-------------------------- 
     315 
     316This CD includes a development version of Speakup (because no stable versions 
     317work with linux-2.6.22.x), as an alternative method that allows a blind person 
     318to access the contents of Linux console with the help of a hardware speech 
     319synthesizer or the "espeak" software text-to-speech engine. In order to 
     320activate it, insert the CD into the drive, reboot the computer. Some BIOSes 
     321will produce a beep indicating successful power-on self-testing. If so, the 
     322boot loader will produce a second beep indicating the boot prompt is available. 
     323After that beep (first or second depending on if your computer normally beeps 
     324upon startup), type: 
     325 
     326    linux speakup.synth=soft 
     327 
     328[NOTE] 
     329This example assumes that the software text-to-speech engine has to be used. 
     330 
     331Hardware speech synthesizers are also supported. E.g., for a 
     332DoubleTalk LT/LiteTalk synthesizer connected to /dev/ttyS1, use the 
     333following command line: 
     334 
     335    linux speakup.synth=ltlk speakup.ser=2 
     336 
     337Documentation on the official Speakup home page <http://www.linux-speakup.org/> 
     338applies to the stable version of Speakup (2.0) and thus contains outdated 
     339information. Nevertheless, users that are new to Speakup should read it, 
     340keeping this fact in mind. 
     341 
     342The key user-visible differences between the included version of Speakup 
     343and Speakup 2.0 are listed below. 
     344 
     345 * Copying and pasting produces garbage characters and can crash the computer 
     346   (use the "screen" program instead of the built-in copy-and-paste feature). 
     347 * Kernel parameters are renamed: 
     348   + speakup_synth became speakup.synth, and the "sftsyn" synthesizer 
     349     became "soft"; 
     350   + speakup_ser became speakup.ser, and serial ports are now numbered 
     351     starting from 1, not from 0 (i.e., speakup_ser=1 became speakup.ser=2); 
     352   + speakup_quiet became speakup.quiet, valid values are 0 and 1; 
     353   + speakup_port became speakup.port. 
     354 * The /proc/speakup/synth interface does not exist. 
     355 
     356Speakup has been tested only with the en_US locale and may work incorrectly in 
     357other locales. 
     358 
    313359RESUMING THE BUILD 
    314360------------------