Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sbl(8) [suse man page]

sbl(8)								   screenreader 							    sbl(8)

NAME
sbl - a screenreader for complex console applications DESCRIPTION
sbl is a screenreader with braille and speech support the user can configure the prefered output speech, braille or both OPTIONS
-c --config - config file (default /etc/sbl.conf) -a --auth - authkey for brld (default default) -p --port - brld port - if port is 0 use brld.sock (default 0) -d --spkdev - device for hardware speech-synths -s --speech - speech synth (default none) -k --kbdport - kbdsniffd port - if 0 kbdsniffd.sock is used (default 0) -l --log enable logging to /tmp/sbl.log -i --identity - ID string for kbdsniffd (default default) -h --help - show help AUTHOR
Marco Skambraks <marco@suse.de> SEE ALSO
kbdsniffd(8), brld(8), orca(1) July 30, 2009 screenreader with braille and speech support sbl(8)

Check Out this Related Man Page

EMACSPEAK(1)						      General Commands Manual						      EMACSPEAK(1)

NAME
emacspeak - speech output interface to Emacs SYNOPSIS
emacspeak [ options ] [ file... ] DESCRIPTION
This script starts emacs(1) with speech extensions. emacspeak comes with support for the following speech synthesizers: DECtalk Express, DECtalk MultiVoice, software DECtalk on the DEC Alpha, and the software synthesizers eflite and espeakf. Separate speech servers are available to support other hardware and software synthesizers. emacspeak reads the type of text to speech device and the port where it is connected from /etc/emacspeak.conf. For runtime commands supplied by emacspeak, see the Emacspeak-HOWTO, or consult the .info file: info emacspeak OPTIONS
-o Use IBM ViaVoice Outloud speech server. -m Use multispeech(1) for speech output. -e Use espeak(1) for speech output. -d Use Software Dectalk(1) for speech output. -q Do not process the startup file ~/.emacs. AUTHOR
T. V. Raman, Google Incorporated <raman@users.sf.net> FILES
/etc/emacspeak.conf SEE ALSO
emacspeakconfig(8), emacspeak.info, ftp://leb.net/pub/blinux/emacspeak/blinux. July 17, 2008 EMACSPEAK(1)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

sblive freebsd support

i just cant find out how can my sblive work on all 100percent on fBSD machine. I have kernel recompiled and sblive works, but allmost all feauters are disabled, i dont get multichannel, and the sound is like from 10$ sound system. please help me finding free driver or help to configure one on my... (7 Replies)
Discussion started by: hachik
7 Replies

2. UNIX for Dummies Questions & Answers

invisble with "w" and ip doesnt display with "who"

Does anyone know how to do that ??? When I typed "w", I didn't see the user then I did "who", the user displayed but somehow his IP was invisible Thx in advnace (4 Replies)
Discussion started by: Micz
4 Replies

3. UNIX for Dummies Questions & Answers

SCO Backup Problem (bad Sblock Magic Number)

Hi guys, First I have to say that I'm not Unix expert, I just have medium level experince in Unix scripting and some knowledge with a little of hands on experience of unix administration (Solaris only). I have my plans to move ahead in that field but this is a different story. I have a client... (0 Replies)
Discussion started by: SolarisProToBe
0 Replies

4. Solaris

coreadm diasble a process from core dumping

Hello All Is it possible to disable a specific process from core dumping ? In my environment I have 2 bespoke application processes which needs to be stopped from core dumping but any other process should be allowed to core dump. If I do : coreadm -d process it will stop all per processes... (3 Replies)
Discussion started by: baner_n
3 Replies

5. Post Here to Contact Site Administrators and Moderators

Misblended threads

In the last few minutes, two unrelated threads have become merged: https://www.unix.com/shell-programming-scripting/156628-measure-thread-execution-c-unix-2.html I guess that the intention was to merge threads 156625 and 156715 (both from rob171171). (1 Reply)
Discussion started by: methyl
1 Replies

6. UNIX for Dummies Questions & Answers

Sendmail 8.14 FEATURE dnsbl seems broken

Hello, I am running three debian email servers and recently wanted to address spam coming in to them. One sever is sendmail version 8.14.4 the other two are 8.14.3. All three servers exhibit the same behavior. I added milter-greylist to each of them, it works brilliantly, stopping better than... (0 Replies)
Discussion started by: lxa2xjj
0 Replies

7. Shell Programming and Scripting

Editing lsblk output

lsblk -o NAME | grep -A1 -w "sdh" |grep -v "sdh" └─mpathw Note the above output I would like to create variable called $MPATH echo $MPATH using the input of the above echo $MPATH mpatchw Basically, I am trying to grab the NAME after the bar/dash configuration ------ Post... (1 Reply)
Discussion started by: JAW
1 Replies

8. UNIX for Beginners Questions & Answers

Grep mpath disk name from lsblk command

When I use lsblk | tail -1 | awk -F " " '{print $1}' command and if a disk is a multipath I get output as └─mpathe But i need only mpathe to be grepped as output.. Please help.. But It works well if the disk is not mpath (2 Replies)
Discussion started by: Priya Amaresh
2 Replies