X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2Fswspeak-setup.8.txt;fp=doc%2Fswspeak-setup.8.txt;h=338e6ccaae953f878ecf6069107de676e9f92410;hb=b3a90e4c9246095635fb163c32750d4970846857;hp=0000000000000000000000000000000000000000;hpb=90cdd9530176a337fb44b754f7974c7c101607d7;p=grml-scripts.git diff --git a/doc/swspeak-setup.8.txt b/doc/swspeak-setup.8.txt new file mode 100644 index 0000000..338e6cc --- /dev/null +++ b/doc/swspeak-setup.8.txt @@ -0,0 +1,49 @@ +swspeak-setup(8) +================ +Michael Prokop + +NAME +---- +swspeak-setup - script for activating software speak(up) features + +SYNOPSIS +-------- + +*swspeak-setup* [-a] [-e|-s] [-f] [-h] + +DESCRIPTION +----------- + +*swspeak-setup* is a wrapper arround setting up the speakup kernel module +and its according userspace software (espeakup by default if available, otherwise +falling back to speechd-up). The script is used inside the swspeak zsh function +of grml's zshrc. + +OPTIONS +------- + +*-h*:: +Show summary of options. + +*-e*:: +Use espeakup (default, if available). + +*-s*:: +Use speechd-up (fallback, if available). + +*-a*:: +Do not execute aumix for setting mixer levels. + +*-f*:: +Disable flite sound output. + +EXAMPLES +-------- + +*swspeak-setup* '-a':: + + Set up speakup kernel modules and start espeakup (if available) without executing aumix for setting mixer levels. + +AUTHOR +------ +swspeak-setup and this manpage were written by Michael Prokop .