Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-03-07 17:19:56 +00:00
parent 56aa2b16bb
commit 9511852b34
32 changed files with 1226 additions and 917 deletions
+123 -6
View File
@@ -2137,6 +2137,12 @@ To add a localization, the following texts need to be translated and set in your
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AWACS).CAPIdleHuman">AWACS.CAPIdleHuman</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AWACS).CAPSpeaker">AWACS.CAPSpeaker</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -2647,6 +2653,12 @@ To add a localization, the following texts need to be translated and set in your
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AWACS).PrioRadioQueue">AWACS.PrioRadioQueue</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AWACS).Provider">AWACS.Provider</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -2848,13 +2860,13 @@ 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, Provider)</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, Speaker)</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>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AWACS).SetSRSVoiceCAP">AWACS:SetSRSVoiceCAP(Gender, Culture, Voice)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AWACS).SetSRSVoiceCAP">AWACS:SetSRSVoiceCAP(Gender, Culture, Voice, Speaker)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[User] Set AWACS Voice Details for AI CAP Planes - SRS TTS - see <a href="Sound.SRS.html">Sound.SRS</a> for details</p>
</td>
@@ -2866,7 +2878,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, Provider)</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, Speaker)</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>
@@ -5767,6 +5779,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(AWACS).CAPSpeaker" ><strong>AWACS.CAPSpeaker</strong></a>
</div>
</div>
@@ -6372,6 +6395,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(AWACS).Provider" ><strong>AWACS.Provider</strong></a>
</div>
</div>
@@ -9855,7 +9889,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, Provider)</strong></a></h2>
<h2><a id="#(AWACS).SetSRS" ><strong>AWACS:SetSRS(PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, AccessKey, Backend, Provider, Speaker)</strong></a></h2>
</div>
<p>[User] Set AWACS SRS TTS details - see <a href="Sound.SRS.html">Sound.SRS</a> for details.</p>
@@ -9999,6 +10033,19 @@ Note that this must be installed on your windows system. Can also be Google voic
<p>(Optional) TTS Provider to be used.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Speaker</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -10020,7 +10067,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).SetSRSVoiceCAP" ><strong>AWACS:SetSRSVoiceCAP(Gender, Culture, Voice)</strong></a></h2>
<h2><a id="#(AWACS).SetSRSVoiceCAP" ><strong>AWACS:SetSRSVoiceCAP(Gender, Culture, Voice, Speaker)</strong></a></h2>
</div>
<p>[User] Set AWACS Voice Details for AI CAP Planes - SRS TTS - see <a href="Sound.SRS.html">Sound.SRS</a> for details</p>
@@ -10070,6 +10117,19 @@ Note that this must be installed on your windows system. Can also be Google voic
<p>(Optional) Use a specifc voice with the <a href="##(MSRS).SetVoice">MSRS.SetVoice</a> function, e.g, <code>:SetVoice("Microsoft Hedda Desktop")</code>.
Note that this must be installed on your windows system. Can also be Google voice types, if you are using Google TTS.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Speaker</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -10148,7 +10208,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, Provider)</strong></a></h2>
<h2><a id="#(AWACS).SetTacticalRadios" ><strong>AWACS:SetTacticalRadios(BaseFreq, Increase, Modulation, Interval, Number, Provider, Speaker)</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>
@@ -10239,6 +10299,19 @@ Note that this must be installed on your windows system. Can also be Google voic
<p>(Optional) TTS Provider to be used.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Speaker</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Use a specific speaker for a voice if Piper is used as provider (only Hound-TTS backend).</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -15741,6 +15814,17 @@ Note that this must be installed on your windows system. Can also be Google voic
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(AWACS).CAPSpeaker" ><strong>AWACS.CAPSpeaker</strong></a>
</div>
</div>
@@ -16346,6 +16430,17 @@ Note that this must be installed on your windows system. Can also be Google voic
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(AWACS).Provider" ><strong>AWACS.Provider</strong></a>
</div>
</div>
@@ -18754,6 +18849,17 @@ Note that this must be installed on your windows system. Can also be Google voic
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(AWACS).CAPSpeaker" ><strong>AWACS.CAPSpeaker</strong></a>
</div>
</div>
@@ -19359,6 +19465,17 @@ Note that this must be installed on your windows system. Can also be Google voic
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(AWACS).Provider" ><strong>AWACS.Provider</strong></a>
</div>
</div>