Updated readme to explain how to read the section for autospeak in irssi

This commit is contained in:
Jeremiah Ticket 2023-10-06 08:33:57 -06:00
parent f59fb1ed48
commit 95a6cb845a

View File

@ -22,7 +22,12 @@ There is a basic install script, just run:
This install script creates the folder ~/.irssi/scripts/autorun if it doesn't exist and simlinks the script to start automatically.
## Configuration
This script has some settings. Use the /set command to set them.
This script has some settings. Use the /set command to set them. To see the entire section in irssi and what you have them set to do:
/set -section autospeak
Here are the settings.
- speech_voice <voice> - espd-say voice to use (default is en-us)
- speech_rate <digits> - speech rate(-100 to 100) (default is 50)
- speech_module <module> - Speech dispatcher output module to use (Default is espeak-ng)