The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

speakup_params - to adjust Speakup parameters

SYNOPSIS

 speakup_params       # interactively adjusts the parameters
 speakup_params -l    # Lists the current parameter values

DESCRIPTION

This script, conceived as an example of the Speech::Speakup module, could actually be useful to speakup users in general.

By default, it lists the current values of the parameters of the speakup screen-reader, and then enters an interactive dialogue which allows the user to adjust those parameters.

The parameters are documented in perldoc Speech::Speakup

It uses the Term::Clui CPAN module to provide the user interface.

OPTIONS

-l

Lists the current parameter values, then exits.

-v

Prints version number.

CHANGES

 20130416  1.1  parameter ranges more exact
 20130412  1.0  first working version

AUTHOR

Peter J Billam http://www.pjb.com.au/comp/contact.html

CREDITS

Based on the Speech::Speakup and Term::Clui CPAN modules

SEE ALSO

 perldoc Speech::Speakup
 http://search.cpan.org/perldoc?Speech::Speakup
 http://search.cpan.org/perldoc?Term::Clui
 http://linux-speakup.org
 http://www.pjb.com.au/
 perl(1).