
You are viewing a potentially older version of this package. View Latest Version

Lethal Speech Output is a straightforward and easy-to-implement mod designed to provide speech output to the NVDA (NonVisual Desktop Access) screen reader.
SpeakText function followed by the string to be spoken. You can use LSO to call to the function by default.LSO.SpeakText("Great asset to the Company.");
ForceLogSpeech variable to TRUE to log all speech output, regardless of whether NVDA is opened or not. Useful for debugging without having to install NVDA.SpeakText function in areas of your code that trigger frequently, such as inside of Update(). This can lead to excessive speech output, spamming the user. If you need to use it in such areas, ensure you have a system in place to prevent spamming the screen reader.