1*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/attrib_bleep 2*2067fd92SSamuel ThibaultKernelVersion: 2.6 3*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 4*2067fd92SSamuel ThibaultDescription: Beeps the PC speaker when there is an attribute change such as 5*2067fd92SSamuel Thibault foreground or background color when using speakup review 6*2067fd92SSamuel Thibault commands. One = on, zero = off. 7*2067fd92SSamuel Thibault 8*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/bell_pos 9*2067fd92SSamuel ThibaultKernelVersion: 2.6 10*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 11*2067fd92SSamuel ThibaultDescription: This works much like a typewriter bell. If for example 72 is 12*2067fd92SSamuel Thibault echoed to bell_pos, it will beep the PC speaker when typing on 13*2067fd92SSamuel Thibault a line past character 72. 14*2067fd92SSamuel Thibault 15*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/bleeps 16*2067fd92SSamuel ThibaultKernelVersion: 2.6 17*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 18*2067fd92SSamuel ThibaultDescription: This controls whether one hears beeps through the PC speaker 19*2067fd92SSamuel Thibault when using speakup's review commands. 20*2067fd92SSamuel Thibault TODO: what values does it accept? 21*2067fd92SSamuel Thibault 22*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/bleep_time 23*2067fd92SSamuel ThibaultKernelVersion: 2.6 24*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 25*2067fd92SSamuel ThibaultDescription: This controls the duration of the PC speaker beeps speakup 26*2067fd92SSamuel Thibault produces. 27*2067fd92SSamuel Thibault TODO: What are the units? Jiffies? 28*2067fd92SSamuel Thibault 29*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/cursor_time 30*2067fd92SSamuel ThibaultKernelVersion: 2.6 31*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 32*2067fd92SSamuel ThibaultDescription: This controls cursor delay when using arrow keys. When a 33*2067fd92SSamuel Thibault connection is very slow, with the default setting, when moving 34*2067fd92SSamuel Thibault with the arrows, or backspacing etc. speakup says the incorrect 35*2067fd92SSamuel Thibault characters. Set this to a higher value to adjust for the delay 36*2067fd92SSamuel Thibault and better synchronisation between cursor position and speech. 37*2067fd92SSamuel Thibault 38*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/delimiters 39*2067fd92SSamuel ThibaultKernelVersion: 2.6 40*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 41*2067fd92SSamuel ThibaultDescription: Delimit a word from speakup. 42*2067fd92SSamuel Thibault TODO: add more info 43*2067fd92SSamuel Thibault 44*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/ex_num 45*2067fd92SSamuel ThibaultKernelVersion: 2.6 46*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 47*2067fd92SSamuel ThibaultDescription: TODO: 48*2067fd92SSamuel Thibault 49*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/key_echo 50*2067fd92SSamuel ThibaultKernelVersion: 2.6 51*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 52*2067fd92SSamuel ThibaultDescription: Controls if speakup speaks keys when they are typed. One = on, 53*2067fd92SSamuel Thibault zero = off or don't echo keys. 54*2067fd92SSamuel Thibault 55*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/keymap 56*2067fd92SSamuel ThibaultKernelVersion: 2.6 57*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 58*2067fd92SSamuel ThibaultDescription: Speakup keymap remaps keys to Speakup functions. 59*2067fd92SSamuel Thibault It uses a binary 60*2067fd92SSamuel Thibault format. A special program called genmap is needed to compile a 61*2067fd92SSamuel Thibault textual keymap into the binary format which is then loaded into 62*2067fd92SSamuel Thibault /sys/accessibility/speakup/keymap. 63*2067fd92SSamuel Thibault 64*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/no_interrupt 65*2067fd92SSamuel ThibaultKernelVersion: 2.6 66*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 67*2067fd92SSamuel ThibaultDescription: Controls if typing interrupts output from speakup. With 68*2067fd92SSamuel Thibault no_interrupt set to zero, typing on the keyboard will interrupt 69*2067fd92SSamuel Thibault speakup if for example 70*2067fd92SSamuel Thibault the say screen command is used before the 71*2067fd92SSamuel Thibault entire screen is read. 72*2067fd92SSamuel Thibault With no_interrupt set to one, if the say 73*2067fd92SSamuel Thibault screen command is used, and one then types on the keyboard, 74*2067fd92SSamuel Thibault speakup will continue to say the whole screen regardless until 75*2067fd92SSamuel Thibault it finishes. 76*2067fd92SSamuel Thibault 77*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/punc_all 78*2067fd92SSamuel ThibaultKernelVersion: 2.6 79*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 80*2067fd92SSamuel ThibaultDescription: This is a list of all the punctuation speakup should speak when 81*2067fd92SSamuel Thibault punc_level is set to four. 82*2067fd92SSamuel Thibault 83*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/punc_level 84*2067fd92SSamuel ThibaultKernelVersion: 2.6 85*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 86*2067fd92SSamuel ThibaultDescription: Controls the level of punctuation spoken as the screen is 87*2067fd92SSamuel Thibault displayed, not reviewed. Levels range from zero no punctuation, 88*2067fd92SSamuel Thibault to four, all punctuation. One corresponds to punc_some, two 89*2067fd92SSamuel Thibault corresponds to punc_most, and three as well as four both 90*2067fd92SSamuel Thibault correspond to punc_all. Some hardware synthesizers may have 91*2067fd92SSamuel Thibault different levels each corresponding to three and four for 92*2067fd92SSamuel Thibault punc_level. Also note that if punc_level is set to zero, and 93*2067fd92SSamuel Thibault key_echo is set to one, typed punctuation is still spoken as it 94*2067fd92SSamuel Thibault is typed. 95*2067fd92SSamuel Thibault 96*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/punc_most 97*2067fd92SSamuel ThibaultKernelVersion: 2.6 98*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 99*2067fd92SSamuel ThibaultDescription: This is a list of all the punctuation speakup should speak when 100*2067fd92SSamuel Thibault punc_level is set to two. 101*2067fd92SSamuel Thibault 102*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/punc_some 103*2067fd92SSamuel ThibaultKernelVersion: 2.6 104*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 105*2067fd92SSamuel ThibaultDescription: This is a list of all the punctuation speakup should speak when 106*2067fd92SSamuel Thibault punc_level is set to one. 107*2067fd92SSamuel Thibault 108*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/reading_punc 109*2067fd92SSamuel ThibaultKernelVersion: 2.6 110*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 111*2067fd92SSamuel ThibaultDescription: Almost the same as punc_level, the differences being that 112*2067fd92SSamuel Thibault reading_punc controls the level of punctuation when reviewing 113*2067fd92SSamuel Thibault the screen with speakup's screen review commands. The other 114*2067fd92SSamuel Thibault difference is that reading_punc set to three speaks punc_all, 115*2067fd92SSamuel Thibault and reading_punc set to four speaks all punctuation, including 116*2067fd92SSamuel Thibault spaces. 117*2067fd92SSamuel Thibault 118*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/repeats 119*2067fd92SSamuel ThibaultKernelVersion: 2.6 120*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 121*2067fd92SSamuel ThibaultDescription: A list of characters speakup repeats. Normally, when there are 122*2067fd92SSamuel Thibault more than three characters in a row, speakup 123*2067fd92SSamuel Thibault just reads three of 124*2067fd92SSamuel Thibault those characters. For example, "......" would be read as dot, 125*2067fd92SSamuel Thibault dot, dot. If a . is added to the list of characters in repeats, 126*2067fd92SSamuel Thibault "......" would be read as dot, dot, dot, times six. 127*2067fd92SSamuel Thibault 128*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/say_control 129*2067fd92SSamuel ThibaultKernelVersion: 2.6 130*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 131*2067fd92SSamuel ThibaultDescription: If set to one, speakup speaks shift, alt and control when those 132*2067fd92SSamuel Thibault keys are pressed. If say_control is set to zero, shift, ctrl, 133*2067fd92SSamuel Thibault and alt are not spoken when they are pressed. 134*2067fd92SSamuel Thibault 135*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/say_word_ctl 136*2067fd92SSamuel ThibaultKernelVersion: 2.6 137*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 138*2067fd92SSamuel ThibaultDescription: TODO: 139*2067fd92SSamuel Thibault 140*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/silent 141*2067fd92SSamuel ThibaultKernelVersion: 2.6 142*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 143*2067fd92SSamuel ThibaultDescription: TODO: 144*2067fd92SSamuel Thibault 145*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/spell_delay 146*2067fd92SSamuel ThibaultKernelVersion: 2.6 147*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 148*2067fd92SSamuel ThibaultDescription: This controls how fast a word is spelled 149*2067fd92SSamuel Thibault when speakup's say word 150*2067fd92SSamuel Thibault review command is pressed twice quickly to speak the current 151*2067fd92SSamuel Thibault word being reviewed. Zero just speaks the letters one after 152*2067fd92SSamuel Thibault another, while values one through four 153*2067fd92SSamuel Thibault seem to introduce more of 154*2067fd92SSamuel Thibault a pause between the spelling of each letter by speakup. 155*2067fd92SSamuel Thibault 156*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/synth 157*2067fd92SSamuel ThibaultKernelVersion: 2.6 158*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 159*2067fd92SSamuel ThibaultDescription: Gets or sets the synthesizer driver currently in use. Reading 160*2067fd92SSamuel Thibault synth returns the synthesizer driver currently in use. Writing 161*2067fd92SSamuel Thibault synth switches to the given synthesizer driver, provided it is 162*2067fd92SSamuel Thibault either built into the kernel, or already loaded as a module. 163*2067fd92SSamuel Thibault 164*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/synth_direct 165*2067fd92SSamuel ThibaultKernelVersion: 2.6 166*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 167*2067fd92SSamuel ThibaultDescription: Sends whatever is written to synth_direct 168*2067fd92SSamuel Thibault directly to the speech synthesizer in use, bypassing speakup. 169*2067fd92SSamuel Thibault This could be used to make the synthesizer speak 170*2067fd92SSamuel Thibault a string, or to 171*2067fd92SSamuel Thibault send control sequences to the synthesizer to change how the 172*2067fd92SSamuel Thibault synthesizer behaves. 173*2067fd92SSamuel Thibault 174*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/version 175*2067fd92SSamuel ThibaultKernelVersion: 2.6 176*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 177*2067fd92SSamuel ThibaultDescription: Reading version returns the version of speakup, and the version 178*2067fd92SSamuel Thibault of the synthesizer driver currently in use. 179*2067fd92SSamuel Thibault 180*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/i18n/announcements 181*2067fd92SSamuel ThibaultKernelVersion: 2.6 182*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 183*2067fd92SSamuel ThibaultDescription: This file contains various general announcements, most of which 184*2067fd92SSamuel Thibault cannot be categorized. You will find messages such as "You 185*2067fd92SSamuel Thibault killed Speakup", "I'm alive", "leaving help", "parked", 186*2067fd92SSamuel Thibault "unparked", and others. You will also find the names of the 187*2067fd92SSamuel Thibault screen edges and cursor tracking modes here. 188*2067fd92SSamuel Thibault 189*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/i18n/chartab 190*2067fd92SSamuel ThibaultKernelVersion: 2.6 191*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 192*2067fd92SSamuel ThibaultDescription: TODO 193*2067fd92SSamuel Thibault 194*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/i18n/ctl_keys 195*2067fd92SSamuel ThibaultKernelVersion: 2.6 196*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 197*2067fd92SSamuel ThibaultDescription: Here, you will find names of control keys. These are used with 198*2067fd92SSamuel Thibault Speakup's say_control feature. 199*2067fd92SSamuel Thibault 200*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/i18n/function_names 201*2067fd92SSamuel ThibaultKernelVersion: 2.6 202*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 203*2067fd92SSamuel ThibaultDescription: Here, you will find a list of names for Speakup functions. 204*2067fd92SSamuel Thibault These are used by the help system. For example, suppose that 205*2067fd92SSamuel Thibault you have activated help mode, and you pressed 206*2067fd92SSamuel Thibault keypad 3. Speakup 207*2067fd92SSamuel Thibault says: "keypad 3 is character, say next." 208*2067fd92SSamuel Thibault The message "character, say next" names a Speakup function, and 209*2067fd92SSamuel Thibault it comes from this function_names file. 210*2067fd92SSamuel Thibault 211*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/i18n/states 212*2067fd92SSamuel ThibaultKernelVersion: 2.6 213*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 214*2067fd92SSamuel ThibaultDescription: This file contains names for key states. 215*2067fd92SSamuel Thibault Again, these are part of the help system. For instance, if you 216*2067fd92SSamuel Thibault had pressed speakup + keypad 3, you would hear: 217*2067fd92SSamuel Thibault "speakup keypad 3 is go to bottom edge." 218*2067fd92SSamuel Thibault The speakup key is depressed, so the name of the key state is 219*2067fd92SSamuel Thibault speakup. 220*2067fd92SSamuel Thibault This part of the message comes from the states collection. 221*2067fd92SSamuel Thibault 222*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/i18n/characters 223*2067fd92SSamuel ThibaultKernelVersion: 2.6 224*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 225*2067fd92SSamuel ThibaultDescription: Through this sys entry, Speakup gives you the ability to change 226*2067fd92SSamuel Thibault how Speakup pronounces a given character. You could, for 227*2067fd92SSamuel Thibault example, change how some punctuation characters are spoken. You 228*2067fd92SSamuel Thibault can even change how Speakup will pronounce certain letters. For 229*2067fd92SSamuel Thibault further details see '12. Changing the Pronunciation of 230*2067fd92SSamuel Thibault Characters' in Speakup User's Guide (file spkguide.txt in 231*2067fd92SSamuel Thibault source). 232*2067fd92SSamuel Thibault 233*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/i18n/colors 234*2067fd92SSamuel ThibaultKernelVersion: 2.6 235*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 236*2067fd92SSamuel ThibaultDescription: When you use the "say attributes" function, Speakup says the 237*2067fd92SSamuel Thibault name of the foreground and background colors. These names come 238*2067fd92SSamuel Thibault from the i18n/colors file. 239*2067fd92SSamuel Thibault 240*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/i18n/formatted 241*2067fd92SSamuel ThibaultKernelVersion: 2.6 242*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 243*2067fd92SSamuel ThibaultDescription: This group of messages contains embedded formatting codes, to 244*2067fd92SSamuel Thibault specify the type and width of displayed data. If you change 245*2067fd92SSamuel Thibault these, you must preserve all of the formatting codes, and they 246*2067fd92SSamuel Thibault must appear in the order used by the default messages. 247*2067fd92SSamuel Thibault 248*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/i18n/key_names 249*2067fd92SSamuel ThibaultKernelVersion: 2.6 250*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 251*2067fd92SSamuel ThibaultDescription: Again, key_names is used by Speakup's help system. In the 252*2067fd92SSamuel Thibault previous example, Speakup said that you pressed "keypad 3." 253*2067fd92SSamuel Thibault This name came from the key_names file. 254*2067fd92SSamuel Thibault 255*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/<synth-name>/ 256*2067fd92SSamuel ThibaultKernelVersion: 2.6 257*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 258*2067fd92SSamuel ThibaultDescription: In `/sys/accessibility/speakup` is a directory corresponding to 259*2067fd92SSamuel Thibault the synthesizer driver currently in use (E.G) `soft` for the 260*2067fd92SSamuel Thibault soft driver. This directory contains files which control the 261*2067fd92SSamuel Thibault speech synthesizer itself, 262*2067fd92SSamuel Thibault as opposed to controlling the speakup 263*2067fd92SSamuel Thibault screen reader. The parameters in this directory have the same 264*2067fd92SSamuel Thibault names and functions across all 265*2067fd92SSamuel Thibault supported synthesizers. The range 266*2067fd92SSamuel Thibault of values for freq, pitch, rate, and vol is the same for all 267*2067fd92SSamuel Thibault supported synthesizers, with the given range being internally 268*2067fd92SSamuel Thibault mapped by the driver to more or less fit the range of values 269*2067fd92SSamuel Thibault supported for a given parameter by the individual synthesizer. 270*2067fd92SSamuel Thibault Below is a description of values and parameters for soft 271*2067fd92SSamuel Thibault synthesizer, which is currently the most commonly used. 272*2067fd92SSamuel Thibault 273*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/caps_start 274*2067fd92SSamuel ThibaultKernelVersion: 2.6 275*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 276*2067fd92SSamuel ThibaultDescription: This is the string that is sent to the synthesizer to cause it 277*2067fd92SSamuel Thibault to start speaking uppercase letters. For the soft synthesizer 278*2067fd92SSamuel Thibault and most others, this causes the pitch of the voice to rise 279*2067fd92SSamuel Thibault above the currently set pitch. 280*2067fd92SSamuel Thibault 281*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/caps_stop 282*2067fd92SSamuel ThibaultKernelVersion: 2.6 283*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 284*2067fd92SSamuel ThibaultDescription: This is the string sent to the synthesizer to cause it to stop 285*2067fd92SSamuel Thibault speaking uppercase letters. In the case of the soft synthesizer 286*2067fd92SSamuel Thibault and most others, this returns the pitch of the voice 287*2067fd92SSamuel Thibault down to the 288*2067fd92SSamuel Thibault currently set pitch. 289*2067fd92SSamuel Thibault 290*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/delay_time 291*2067fd92SSamuel ThibaultKernelVersion: 2.6 292*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 293*2067fd92SSamuel ThibaultDescription: TODO: 294*2067fd92SSamuel Thibault 295*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/direct 296*2067fd92SSamuel ThibaultKernelVersion: 2.6 297*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 298*2067fd92SSamuel ThibaultDescription: Controls if punctuation is spoken by speakup, or by the 299*2067fd92SSamuel Thibault synthesizer. 300*2067fd92SSamuel Thibault For example, speakup speaks ">" as "greater", while 301*2067fd92SSamuel Thibault the espeak synthesizer used by the soft driver speaks "greater 302*2067fd92SSamuel Thibault than". Zero lets speakup speak the punctuation. One lets the 303*2067fd92SSamuel Thibault synthesizer itself speak punctuation. 304*2067fd92SSamuel Thibault 305*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/freq 306*2067fd92SSamuel ThibaultKernelVersion: 2.6 307*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 308*2067fd92SSamuel ThibaultDescription: Gets or sets the frequency of the speech synthesizer. Range is 309*2067fd92SSamuel Thibault 0-9. 310*2067fd92SSamuel Thibault 311*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/full_time 312*2067fd92SSamuel ThibaultKernelVersion: 2.6 313*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 314*2067fd92SSamuel ThibaultDescription: TODO: 315*2067fd92SSamuel Thibault 316*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/jiffy_delta 317*2067fd92SSamuel ThibaultKernelVersion: 2.6 318*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 319*2067fd92SSamuel ThibaultDescription: This controls how many jiffys the kernel gives to the 320*2067fd92SSamuel Thibault synthesizer. Setting this too high can make a system unstable, 321*2067fd92SSamuel Thibault or even crash it. 322*2067fd92SSamuel Thibault 323*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/pitch 324*2067fd92SSamuel ThibaultKernelVersion: 2.6 325*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 326*2067fd92SSamuel ThibaultDescription: Gets or sets the pitch of the synthesizer. The range is 0-9. 327*2067fd92SSamuel Thibault 328*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/inflection 329*2067fd92SSamuel ThibaultKernelVersion: 5.8 330*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 331*2067fd92SSamuel ThibaultDescription: Gets or sets the inflection of the synthesizer, i.e. the pitch 332*2067fd92SSamuel Thibault range. The range is 0-9. 333*2067fd92SSamuel Thibault 334*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/punct 335*2067fd92SSamuel ThibaultKernelVersion: 2.6 336*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 337*2067fd92SSamuel ThibaultDescription: Gets or sets the amount of punctuation spoken by the 338*2067fd92SSamuel Thibault synthesizer. The range for the soft driver seems to be 0-2. 339*2067fd92SSamuel Thibault TODO: How is this related to speakup's punc_level, or 340*2067fd92SSamuel Thibault reading_punc. 341*2067fd92SSamuel Thibault 342*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/rate 343*2067fd92SSamuel ThibaultKernelVersion: 2.6 344*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 345*2067fd92SSamuel ThibaultDescription: Gets or sets the rate of the synthesizer. Range is from zero 346*2067fd92SSamuel Thibault slowest, to nine fastest. 347*2067fd92SSamuel Thibault 348*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/tone 349*2067fd92SSamuel ThibaultKernelVersion: 2.6 350*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 351*2067fd92SSamuel ThibaultDescription: Gets or sets the tone of the speech synthesizer. The range for 352*2067fd92SSamuel Thibault the soft driver seems to be 0-2. This seems to make no 353*2067fd92SSamuel Thibault difference if using espeak and the espeakup connector. 354*2067fd92SSamuel Thibault TODO: does espeakup support different tonalities? 355*2067fd92SSamuel Thibault 356*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/trigger_time 357*2067fd92SSamuel ThibaultKernelVersion: 2.6 358*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 359*2067fd92SSamuel ThibaultDescription: TODO: 360*2067fd92SSamuel Thibault 361*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/voice 362*2067fd92SSamuel ThibaultKernelVersion: 2.6 363*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 364*2067fd92SSamuel ThibaultDescription: Gets or sets the voice used by the synthesizer if the 365*2067fd92SSamuel Thibault synthesizer can speak in more than one voice. The range for the 366*2067fd92SSamuel Thibault soft driver is 0-7. Note that while espeak supports multiple 367*2067fd92SSamuel Thibault voices, this parameter will not set the voice when the espeakup 368*2067fd92SSamuel Thibault connector is used between speakup and espeak. 369*2067fd92SSamuel Thibault 370*2067fd92SSamuel ThibaultWhat: /sys/accessibility/speakup/soft/vol 371*2067fd92SSamuel ThibaultKernelVersion: 2.6 372*2067fd92SSamuel ThibaultContact: speakup@linux-speakup.org 373*2067fd92SSamuel ThibaultDescription: Gets or sets the volume of the speech synthesizer. Range is 0-9, 374*2067fd92SSamuel Thibault with zero being the softest, and nine being the loudest. 375*2067fd92SSamuel Thibault 376