Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-03-07 10:37:51 +00:00
parent 09b660c702
commit 3be3751855
32 changed files with 1119 additions and 458 deletions
+30 -4
View File
@@ -2848,7 +2848,7 @@ To add a localization, the following texts need to be translated and set in your
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AWACS).SetSRS">AWACS:SetSRS(PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Backend)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AWACS).SetSRS">AWACS:SetSRS(PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Backend, Provider)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[User] Set AWACS SRS TTS details - see <a href="Sound.SRS.html">Sound.SRS</a> for details.</p>
</td>
@@ -2866,7 +2866,7 @@ To add a localization, the following texts need to be translated and set in your
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AWACS).SetTacticalRadios">AWACS:SetTacticalRadios(BaseFreq, Increase, Modulation, Interval, Number)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AWACS).SetTacticalRadios">AWACS:SetTacticalRadios(BaseFreq, Increase, Modulation, Interval, Number, Provider)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[User] Set the tactical information option, create 10 radio channels groups can subscribe and get Bogey Dope on a specific frequency automatically.</p>
</td>
@@ -9855,7 +9855,7 @@ Sets TAC/Meld/Threat call distances to 35, 25 and 15 nm.</p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AWACS).SetSRS" ><strong>AWACS:SetSRS(PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Backend)</strong></a></h2>
<h2><a id="#(AWACS).SetSRS" ><strong>AWACS:SetSRS(PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Backend, Provider)</strong></a></h2>
</div>
<p>[User] Set AWACS SRS TTS details - see <a href="Sound.SRS.html">Sound.SRS</a> for details.</p>
@@ -9986,6 +9986,19 @@ Note that this must be installed on your windows system. Can also be Google voic
<p>(Optional) Your MSRS Backend if different from your config file settings, e.g. MSRS.Backend.SRSEXE or MSRS.Backend.GRPC</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Provider</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) TTS Provider to be used.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -10135,7 +10148,7 @@ Note that this must be installed on your windows system. Can also be Google voic
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AWACS).SetTacticalRadios" ><strong>AWACS:SetTacticalRadios(BaseFreq, Increase, Modulation, Interval, Number)</strong></a></h2>
<h2><a id="#(AWACS).SetTacticalRadios" ><strong>AWACS:SetTacticalRadios(BaseFreq, Increase, Modulation, Interval, Number, Provider)</strong></a></h2>
</div>
<p>[User] Set the tactical information option, create 10 radio channels groups can subscribe and get Bogey Dope on a specific frequency automatically.</p>
@@ -10213,6 +10226,19 @@ Note that this must be installed on your windows system. Can also be Google voic
<p>Number of Frequencies to create, can be 1..10.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Provider</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) TTS Provider to be used.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>