| | 313 | SPEECH OUTPUT WITH SPEAKUP |
|---|
| | 314 | -------------------------- |
|---|
| | 315 | |
|---|
| | 316 | This CD includes a development version of Speakup (because no stable versions |
|---|
| | 317 | work with linux-2.6.22.x), as an alternative method that allows a blind person |
|---|
| | 318 | to access the contents of Linux console with the help of a hardware speech |
|---|
| | 319 | synthesizer or the "espeak" software text-to-speech engine. In order to |
|---|
| | 320 | activate it, insert the CD into the drive, reboot the computer. Some BIOSes |
|---|
| | 321 | will produce a beep indicating successful power-on self-testing. If so, the |
|---|
| | 322 | boot loader will produce a second beep indicating the boot prompt is available. |
|---|
| | 323 | After that beep (first or second depending on if your computer normally beeps |
|---|
| | 324 | upon startup), type: |
|---|
| | 325 | |
|---|
| | 326 | linux speakup.synth=soft |
|---|
| | 327 | |
|---|
| | 328 | [NOTE] |
|---|
| | 329 | This example assumes that the software text-to-speech engine has to be used. |
|---|
| | 330 | |
|---|
| | 331 | Hardware speech synthesizers are also supported. E.g., for a |
|---|
| | 332 | DoubleTalk LT/LiteTalk synthesizer connected to /dev/ttyS1, use the |
|---|
| | 333 | following command line: |
|---|
| | 334 | |
|---|
| | 335 | linux speakup.synth=ltlk speakup.ser=2 |
|---|
| | 336 | |
|---|
| | 337 | Documentation on the official Speakup home page <http://www.linux-speakup.org/> |
|---|
| | 338 | applies to the stable version of Speakup (2.0) and thus contains outdated |
|---|
| | 339 | information. Nevertheless, users that are new to Speakup should read it, |
|---|
| | 340 | keeping this fact in mind. |
|---|
| | 341 | |
|---|
| | 342 | The key user-visible differences between the included version of Speakup |
|---|
| | 343 | and 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 | |
|---|
| | 356 | Speakup has been tested only with the en_US locale and may work incorrectly in |
|---|
| | 357 | other locales. |
|---|
| | 358 | |
|---|