| | 208 | SPEECH OUTPUT WITH SPEAKUP |
|---|
| | 209 | -------------------------- |
|---|
| | 210 | |
|---|
| | 211 | This CD includes a development version of Speakup (because no stable versions |
|---|
| | 212 | work with linux-2.6.22.x), as an alternative method that allows a blind person |
|---|
| | 213 | to access the contents of Linux console with the help of a hardware speech |
|---|
| | 214 | synthesizer or the "espeak" software text-to-speech engine. In order to |
|---|
| | 215 | activate it, insert the CD into the drive, reboot the computer. Some BIOSes |
|---|
| | 216 | will produce a beep indicating successful power-on self-testing. If so, the |
|---|
| | 217 | boot loader will produce a second beep indicating the boot prompt is available. |
|---|
| | 218 | After that beep (first or second depending on if your computer normally beeps |
|---|
| | 219 | upon startup), type: |
|---|
| | 220 | |
|---|
| | 221 | linux speakup.synth=soft |
|---|
| | 222 | |
|---|
| | 223 | [NOTE] |
|---|
| | 224 | This example assumes that the software text-to-speech engine has to be used. |
|---|
| | 225 | |
|---|
| | 226 | Hardware speech synthesizers are also supported. E.g., for a |
|---|
| | 227 | DoubleTalk LT/LiteTalk synthesizer connected to /dev/ttyS1, use the |
|---|
| | 228 | following command line: |
|---|
| | 229 | |
|---|
| | 230 | linux speakup.synth=ltlk speakup.ser=2 |
|---|
| | 231 | |
|---|
| | 232 | Documentation on the official Speakup home page <http://www.linux-speakup.org/> |
|---|
| | 233 | applies to the stable version of Speakup (2.0) and thus contains outdated |
|---|
| | 234 | information. Nevertheless, users that are new to Speakup should read it, |
|---|
| | 235 | keeping this fact in mind. |
|---|
| | 236 | |
|---|
| | 237 | The key user-visible differences between the included version of Speakup |
|---|
| | 238 | and Speakup 2.0 are listed below. |
|---|
| | 239 | |
|---|
| | 240 | * Copying and pasting produces garbage characters and can crash the computer |
|---|
| | 241 | (use the "screen" program instead of the built-in copy-and-paste feature). |
|---|
| | 242 | * Kernel parameters are renamed: |
|---|
| | 243 | + speakup\_synth became speakup.synth, and the "sftsyn" synthesizer |
|---|
| | 244 | became "soft"; |
|---|
| | 245 | + speakup\_ser became speakup.ser, and serial ports are now numbered |
|---|
| | 246 | starting from 1, not from 0 (i.e., speakup_ser=1 became speakup.ser=2); |
|---|
| | 247 | + speakup\_quiet became speakup.quiet, valid values are 0 and 1; |
|---|
| | 248 | + speakup\_port became speakup.port. |
|---|
| | 249 | * The /proc/speakup/synth interface does not exist. |
|---|
| | 250 | |
|---|
| | 251 | Speakup has been tested only with the en_US locale and may work incorrectly in |
|---|
| | 252 | other locales. |
|---|
| | 253 | |
|---|