Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-03-07 10:37:51 +00:00
parent 09b660c702
commit 3be3751855
32 changed files with 1119 additions and 458 deletions
+16 -3
View File
@@ -2214,7 +2214,7 @@
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PLAYERRECCE).SetSRS">PLAYERRECCE:SetSRS(Frequency, Modulation, PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, Backend)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PLAYERRECCE).SetSRS">PLAYERRECCE:SetSRS(Frequency, Modulation, PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, Backend, Provider)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[User] Set SRS TTS details - see <a href="Sound.SRS.html">Sound.SRS</a> for details</p>
</td>
@@ -6456,7 +6456,7 @@ callsigns from playername or group name.</p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(PLAYERRECCE).SetSRS" ><strong>PLAYERRECCE:SetSRS(Frequency, Modulation, PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, Backend)</strong></a></h2>
<h2><a id="#(PLAYERRECCE).SetSRS" ><strong>PLAYERRECCE:SetSRS(Frequency, Modulation, PathToSRS, Gender, Culture, Port, Voice, Volume, PathToGoogleKey, Backend, Provider)</strong></a></h2>
</div>
<p>[User] Set SRS TTS details - see <a href="Sound.SRS.html">Sound.SRS</a> for details</p>
@@ -6595,7 +6595,20 @@ Note that this must be installed on your windows system. Can also be Google voic
</div>
<div class="w3-half">
<p>(optional) Backend to be used, can be MSRS.Backend.SRSEXE or MSRS.Backend.GRPC</p>
<p>(optional) Backend to be used, can be MSRS.Backend.SRSEXE or MSRS.Backend.GRPC 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>Provider</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) TTS Provider to be used.</p>
</div>
</div>