mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-11 11:47:35 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2100,19 +2100,19 @@ The could avoid the lua garbage collection to accidentally/falsely deallocate th
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RANGE).SetSRS">RANGE:SetSRS(PathToSRS, Port, Coalition, Frequency, Modulation, Volume, PathToGoogleKey, Provider)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RANGE).SetSRS">RANGE:SetSRS(PathToSRS, Port, Coalition, Frequency, Modulation, Volume, PathToGoogleKey, Provider, Backend)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Use SRS Simple-Text-To-Speech for transmissions.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RANGE).SetSRSRangeControl">RANGE:SetSRSRangeControl(frequency, modulation, voice, culture, gender, relayunitname)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RANGE).SetSRSRangeControl">RANGE:SetSRSRangeControl(frequency, modulation, voice, culture, gender, relayunitname, Speaker)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>(SRS) Set range control frequency and voice.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RANGE).SetSRSRangeInstructor">RANGE:SetSRSRangeInstructor(frequency, modulation, voice, culture, gender, relayunitname)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RANGE).SetSRSRangeInstructor">RANGE:SetSRSRangeInstructor(frequency, modulation, voice, culture, gender, relayunitname, Speaker)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>(SRS) Set range instructor frequency and voice.</p>
|
||||
</td>
|
||||
@@ -7787,7 +7787,7 @@ If a zone is not explicitly specified, the range zone is determined by its locat
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(RANGE).SetSRS" ><strong>RANGE:SetSRS(PathToSRS, Port, Coalition, Frequency, Modulation, Volume, PathToGoogleKey, Provider)</strong></a></h2>
|
||||
<h2><a id="#(RANGE).SetSRS" ><strong>RANGE:SetSRS(PathToSRS, Port, Coalition, Frequency, Modulation, Volume, PathToGoogleKey, Provider, Backend)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Use SRS Simple-Text-To-Speech for transmissions.</p>
|
||||
@@ -7904,6 +7904,19 @@ If a zone is not explicitly specified, the range zone is determined by its locat
|
||||
|
||||
<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>Backend</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) TTS Backend to be used.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
@@ -7925,7 +7938,7 @@ If a zone is not explicitly specified, the range zone is determined by its locat
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(RANGE).SetSRSRangeControl" ><strong>RANGE:SetSRSRangeControl(frequency, modulation, voice, culture, gender, relayunitname)</strong></a></h2>
|
||||
<h2><a id="#(RANGE).SetSRSRangeControl" ><strong>RANGE:SetSRSRangeControl(frequency, modulation, voice, culture, gender, relayunitname, Speaker)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>(SRS) Set range control frequency and voice.</p>
|
||||
@@ -8016,6 +8029,19 @@ If a zone is not explicitly specified, the range zone is determined by its locat
|
||||
|
||||
<p>Name of the unit used for transmission location.</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>
|
||||
@@ -8037,7 +8063,7 @@ If a zone is not explicitly specified, the range zone is determined by its locat
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(RANGE).SetSRSRangeInstructor" ><strong>RANGE:SetSRSRangeInstructor(frequency, modulation, voice, culture, gender, relayunitname)</strong></a></h2>
|
||||
<h2><a id="#(RANGE).SetSRSRangeInstructor" ><strong>RANGE:SetSRSRangeInstructor(frequency, modulation, voice, culture, gender, relayunitname, Speaker)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>(SRS) Set range instructor frequency and voice.</p>
|
||||
@@ -8128,6 +8154,19 @@ If a zone is not explicitly specified, the range zone is determined by its locat
|
||||
|
||||
<p>Name of the unit used for transmission location.</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>
|
||||
|
||||
Reference in New Issue
Block a user