Amlwwalker/approach to speech changes
Summary
adds
RegularityOfPoliteTalk int `env:"POLITE_TALK_REGULARITY" envDefault: "50"`
SpeechPauseCounter int32 `env:"SPEECH_PAUSE_COUNTER" envDefault: "4"` //SpeechPauseCounter * silence == time until attempt to continue
so that control of speech is dynamic
I have added
- [] any new feature information to the documentation
- [] any new environment variables to the documentation
- [] any new endpoint information to the documentation
- [] any new lines required at the bottom of every file (POSIX)
I have removed
- [] any cases of logging that does not use the Elective Utility Logger
- [] any
replace
commands from the go.mod file