1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: yasr
Section: admin
Priority: optional
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Uploaders: Cyril Brulebois <kibi@debian.org>, Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper-compat (= 12), quilt
Standards-Version: 4.5.0
Homepage: http://yasr.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/a11y-team/yasr
Vcs-Git: https://salsa.debian.org/a11y-team/yasr.git -b unstable
Package: yasr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: eflite
Description: General-purpose console screen reader
Yasr is a general-purpose console screen reader for GNU/Linux and
other Unix-like operating systems. The name "yasr" is an acronym that
can stand for either "Yet Another Screen Reader" or "Your All-purpose
Screen Reader".
.
Currently, yasr attempts to support the Speak-out, DEC-talk, BNS, Apollo,
and DoubleTalk synthesizers. It is also able to communicate with
Emacspeak servers and can thus be used with synthesizers not directly
supported, such as Festival Lite (via eflite) or FreeTTS.
.
Yasr is written in C and works by opening a pseudo-terminal and running a
shell, intercepting all input and output. It looks at the escape
sequences being sent and maintains a virtual "window" containing what
it believes to be on the screen. It thus does not use any features
specific to Linux and can be ported to other Unix-like operating
systems without too much trouble.
|