Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-07-19 14:07:22 +00:00
parent 64b4e52061
commit cb62e848ea
28 changed files with 600 additions and 1001 deletions

View File

@@ -5026,7 +5026,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-- Moose MSRS default Config
MSRS_Config = {
Path = "C:\\Program Files\\DCS-SimpleRadio-Standalone", -- Path to SRS install directory.
Path = "C:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio", -- Path to SRS install directory.
Port = 5002, -- Port of SRS server. Default 5002.
Backend = "srsexe", -- Interface to SRS: "srsexe" or "grpc".
Frequency = {127, 243}, -- Default frequences. Must be a table 1..n entries!
@@ -5046,7 +5046,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-- Google Cloud
gcloud = {
voice = "en-GB-Standard-A", -- The Google Cloud voice to use (see https://cloud.google.com/text-to-speech/docs/voices).
credentials="C:\\Program Files\\DCS-SimpleRadio-Standalone\\yourfilename.json", -- Full path to credentials JSON file (only for SRS-TTS.exe backend)
credentials="C:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio\\yourfilename.json", -- Full path to credentials JSON file (only for SRS-TTS.exe backend)
key="Your access Key", -- Google API access key (only for DCS-gRPC backend)
},
-- Amazon Web Service
@@ -5127,7 +5127,7 @@ set the path to the exe file via <a href="##(MSRS).SetPath">MSRS.SetPath</a>.</p
</div>
<div class="w3-half">
<p>Path to SRS directory. Default <code>C:\\Program Files\\DCS-SimpleRadio-Standalone</code>.</p>
<p>Path to SRS directory. Default <code>C:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio</code>.</p>
</div>
</div>
@@ -6180,7 +6180,7 @@ set the path to the exe file via <a href="##(MSRS).SetPath">MSRS.SetPath</a>.</p
</div>
<div class="w3-half">
<p>Path to the directory, where the sound file is located. Default is <code>C:\\Program Files\\DCS-SimpleRadio-Standalone</code>.</p>
<p>Path to the directory, where the sound file is located. Default is <code>C:\\Program Files\\DCS-SimpleRadio-Standalone\\ExternalAudio</code>.</p>
</div>
</div>