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
+16 -3
View File
@@ -1607,7 +1607,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, Backend, Provider)</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, Provider, Speaker)</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>
@@ -2686,7 +2686,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, Backend, Provider)</strong></a></h2>
<h2><a id="#(MESSAGE).SetMSRS" ><strong>MESSAGE.SetMSRS(PathToSRS, Port, PathToCredentials, Frequency, Modulation, Gender, Culture, Voice, Coalition, Volume, Label, Coordinate, Backend, Provider, Speaker)</strong></a></h2>
</div>
<p>Set up MESSAGE generally to allow Text-To-Speech via SRS and TTS functions.</p>
@@ -2879,7 +2879,20 @@ The message display times are automatically defined based on the timing settings
</div>
<div class="w3-half">
<p>(optional) Privider to be used, can be MSRS.Provider.WINDOWS or MSRS.Backend.GOOGLE or MSRS.Backend.PIPER etc</p>
<p>(optional) Provider to be used, can be MSRS.Provider.WINDOWS or MSRS.Provider.GOOGLE or MSRS.Provider.PIPER etc</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) Speaker to be used. Only for select provider PIPER TTS Voices, requires HOUND backend.</p>
</div>
</div>