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
+45 -6
View File
@@ -1908,13 +1908,13 @@ save your sound file inside of the .miz mission file. <a href="https://github.co
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AICSAR).SetOperatorTTSVoice">AICSAR:SetOperatorTTSVoice(Voice, Culture, Gender)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AICSAR).SetOperatorTTSVoice">AICSAR:SetOperatorTTSVoice(Voice, Culture, Gender, Speaker)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[User] Set SRS TTS Voice of the rescue operator.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AICSAR).SetPilotTTSVoice">AICSAR:SetPilotTTSVoice(Voice, Culture, Gender)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AICSAR).SetPilotTTSVoice">AICSAR:SetPilotTTSVoice(Voice, Culture, Gender, Speaker)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[User] Set SRS TTS Voice of downed pilot.</p>
</td>
@@ -1926,7 +1926,7 @@ save your sound file inside of the .miz mission file. <a href="https://github.co
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AICSAR).SetSRSTTSRadio">AICSAR:SetSRSTTSRadio(OnOff, Path, Frequency, Modulation, Port, Voice, Culture, Gender, GoogleCredentials, Provider)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AICSAR).SetSRSTTSRadio">AICSAR:SetSRSTTSRadio(OnOff, Path, Frequency, Modulation, Port, Voice, Culture, Gender, GoogleCredentials, Provider, Speaker)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[User] Switch sound output on and use SRS-TTS output.</p>
</td>
@@ -4574,7 +4574,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AICSAR).SetOperatorTTSVoice" ><strong>AICSAR:SetOperatorTTSVoice(Voice, Culture, Gender)</strong></a></h2>
<h2><a id="#(AICSAR).SetOperatorTTSVoice" ><strong>AICSAR:SetOperatorTTSVoice(Voice, Culture, Gender, Speaker)</strong></a></h2>
</div>
<p>[User] Set SRS TTS Voice of the rescue operator.</p>
@@ -4627,6 +4627,19 @@ Specific voices override culture and gender!</p>
<p>(Optional) The gender to be used, defaults to "female"</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>
@@ -4648,7 +4661,7 @@ Specific voices override culture and gender!</p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AICSAR).SetPilotTTSVoice" ><strong>AICSAR:SetPilotTTSVoice(Voice, Culture, Gender)</strong></a></h2>
<h2><a id="#(AICSAR).SetPilotTTSVoice" ><strong>AICSAR:SetPilotTTSVoice(Voice, Culture, Gender, Speaker)</strong></a></h2>
</div>
<p>[User] Set SRS TTS Voice of downed pilot.</p>
@@ -4701,6 +4714,19 @@ Specific voices override culture and gender!</p>
<p>(Optional) The gender to be used, defaults to "male"</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>
@@ -4831,7 +4857,7 @@ Specific voices override culture and gender!</p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AICSAR).SetSRSTTSRadio" ><strong>AICSAR:SetSRSTTSRadio(OnOff, Path, Frequency, Modulation, Port, Voice, Culture, Gender, GoogleCredentials, Provider)</strong></a></h2>
<h2><a id="#(AICSAR).SetSRSTTSRadio" ><strong>AICSAR:SetSRSTTSRadio(OnOff, Path, Frequency, Modulation, Port, Voice, Culture, Gender, GoogleCredentials, Provider, Speaker)</strong></a></h2>
</div>
<p>[User] Switch sound output on and use SRS-TTS output.</p>
@@ -4975,6 +5001,19 @@ See <code>AICSAR:SetPilotTTSVoice()</code> and <code>AICSAR:SetOperatorTTSVoice(
<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>