Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-01-07 12:26:46 +00:00
parent d102e02c5b
commit dcfbc1f3f8
27 changed files with 1019 additions and 546 deletions

View File

@@ -2318,6 +2318,12 @@ atis:Start()
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).SetSRS">ATIS:SetSRS(PathToSRS, Gender, Culture, Voice, Port, GoogleKey)</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="##(ATIS).SetSRSProvider">ATIS:SetSRSProvider(Provider)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set an alternative provider to the one set in your MSRS configuration file.</p>
</td>
</tr>
<tr class="w3-border">
@@ -6872,6 +6878,50 @@ Note that the dew point is only an artificial information as DCS does not have a
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(ATIS).SetSRSProvider" ><strong>ATIS:SetSRSProvider(Provider)</strong></a></h2>
</div>
<p>Set an alternative provider to the one set in your MSRS configuration file.</p>
<div id= "#Functions##SetSRSProvider" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>ATIS</p>
</div>
<h2><strong>Parameter:</strong></h2>
<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>The provider to use. Known providers are: <code>MSRS.Provider.WINDOWS</code> and <code>MSRS.Provider.GOOGLE</code></p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(ATIS)">#ATIS</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>