From e03e87f501f7aebcbee7ace099c0884fe1503383 Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 5 Jun 2021 23:44:25 +0200 Subject: [PATCH] Sound update docs --- Moose Development/Moose/Sound/SRS.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Moose Development/Moose/Sound/SRS.lua b/Moose Development/Moose/Sound/SRS.lua index fe3e13211..6260c62ca 100644 --- a/Moose Development/Moose/Sound/SRS.lua +++ b/Moose Development/Moose/Sound/SRS.lua @@ -81,15 +81,16 @@ -- -- ## Set Gender -- --- Use a specific gender by :SetGender("male") or :SetGender("female"). +-- Use a specific gender with the @{#MSRS.SetGender} function, e.g. `SetGender("male")` or `:SetGender("female")`. -- -- ## Set Culture -- --- Use a specific "culture" by :SetCulture("en-US") or :SetCulture("de-DE"). +-- Use a specific "culture" with the @{#MSRS.SetCulture} function, e.g. `:SetCulture("en-US")` or `:SetCulture("de-DE")`. -- -- ## Set Voice -- --- Use a specifc voice by :SetVoice("Microsoft Hedda Desktop"). Note that this must be installed on your windows system. +-- Use a specifc voice with the @{#MSRS.SetVoice} function, e.g, `:SetVoice("Microsoft Hedda Desktop")`. +-- Note that this must be installed on your windows system. -- -- @field #MSRS MSRS = {