Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-02-01 17:43:06 +00:00
parent e515b81614
commit 0ca9ff6c78
24 changed files with 999 additions and 487 deletions

View File

@@ -1869,7 +1869,7 @@ To send messages, you need to use the To functions.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MESSAGE).SetMSRS">MESSAGE.SetMSRS(PathToSRS, Port, PathToCredentials, Frequency, Modulation, Gender, Culture, Voice, Coalition, Volume, Label, Coordinate)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MESSAGE).SetMSRS">MESSAGE.SetMSRS(PathToSRS, Port, PathToCredentials, Frequency, Modulation, Gender, Culture, Voice, Coalition, Volume, Label, Coordinate, Backend)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set up MESSAGE generally to allow Text-To-Speech via SRS and TTS functions.</p>
</td>
@@ -2936,7 +2936,7 @@ The message display times are automatically defined based on the timing settings
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MESSAGE).SetMSRS" ><strong>MESSAGE.SetMSRS(PathToSRS, Port, PathToCredentials, Frequency, Modulation, Gender, Culture, Voice, Coalition, Volume, Label, Coordinate)</strong></a></h2>
<h2><a id="#(MESSAGE).SetMSRS" ><strong>MESSAGE.SetMSRS(PathToSRS, Port, PathToCredentials, Frequency, Modulation, Gender, Culture, Voice, Coalition, Volume, Label, Coordinate, Backend)</strong></a></h2>
</div>
<p>Set up MESSAGE generally to allow Text-To-Speech via SRS and TTS functions.</p>
@@ -3105,6 +3105,19 @@ The message display times are automatically defined based on the timing settings
<p>(optional) Coordinate this messages originates from.</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) Backend to be used, can be MSRS.Backend.SRSEXE or MSRS.Backend.GRPC</p>
</div>
</div>
<h2><strong>Usage:</strong></h2>