From 44aeed0cbdeb88e86701d962beff37055b3fd0d3 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Fri, 27 Mar 2026 17:24:59 +0100 Subject: [PATCH] xx --- Moose Development/Moose/Functional/REDGCI_DISPATCHER.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Moose Development/Moose/Functional/REDGCI_DISPATCHER.lua b/Moose Development/Moose/Functional/REDGCI_DISPATCHER.lua index 5afafb9cb..026701503 100644 --- a/Moose Development/Moose/Functional/REDGCI_DISPATCHER.lua +++ b/Moose Development/Moose/Functional/REDGCI_DISPATCHER.lua @@ -340,8 +340,15 @@ function REDGCI_DISPATCHER:SetLocale(Locale) return self end ---- Configure SRS. +--- Configure Dispatcher SRS. -- @param #REDGCI_DISPATCHER self +-- @param #string Path (Optional) Defaults to "C:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio" +-- @param #number Frequency Single Frequency, e.g. 124 +-- @param #number Modulation Modluation e.g. radio.modulation.AM +-- @param #string Culture The cultrue string e.g. "en-EN" +-- @param #string Voice The voice name e.g. MSRS.Voices.Google.Wavenet.de_DE_Wavenet_G +-- @param #number Port The SRS Server port, defaults to 5002. +-- @param #number Speed Voice speed, defaults to 1.0 (100%) -- @return #REDGCI_DISPATCHER self function REDGCI_DISPATCHER:SetSRS(Path, Frequency, Modulation, Culture, Voice, Port, Speed) self.SRSPath = Path