Updated readme to reflect new settings and changes.

This commit is contained in:
Jeremiah Ticket 2023-10-08 06:34:57 -06:00
parent 4c0cf3d084
commit 3a346888ec
1 changed files with 3 additions and 1 deletions

View File

@ -29,8 +29,10 @@ This script has some settings. Use the /set command to set them. To see the enti
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_rate <digits> - speech rate(-100 to 100) (default is 0)
- speech_volume <digits> - speech volume (-100 to 100) (default is 0)
- speech_module <module> - Speech dispatcher output module to use (Default is espeak-ng)
- speech_priority <priority> - Sets the speech priority according to speech-dispatcher's priority system (default is text)
- speak_public_messages <on/off> - Speak public messages; This does not speak all messages by default. [See the next setting.] This only speaks when you are directly spoken to. (Default is on)
- speak_all_public_message <on/off> - Speak every single message reguardless of if you are mensioned or not. (Default is off)
- speak_indirect_messages - Speaks indirect messages in public channels, reguardless of where your nick sits in the message; If this if off, public messages will only pseak if directly addressed to you. (Default is off)