mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -1676,7 +1676,7 @@
|
||||
|
||||
<ul>
|
||||
<li>This script needs SRS version >= 1.9.6</li>
|
||||
<li>You need to de-sanitize os, io and lfs in hte missionscripting.lua</li>
|
||||
<li>You need to de-sanitize os, io and lfs in the missionscripting.lua</li>
|
||||
<li>Optional: DCS-gRPC as backend to communicate with SRS (vide infra)</li>
|
||||
</ul>
|
||||
|
||||
@@ -1754,7 +1754,7 @@ Note that this is only a factor if SRS server has line-of-sight and/or distance
|
||||
|
||||
<p>The default provider for generating speech from text is the native Windows TTS service. Note that you need to install the voices you want to use.</p>
|
||||
|
||||
<p><strong>Pro-Tip</strong> - use the command line with power shell to call <code>DCS-SR-ExternalAudio.exe</code> - it will tell you what is missing,
|
||||
<p><strong>Pro-Tip</strong> - use the command line with power shell to call <code>DCS-SR-ExternalAudio.exe</code> - it will tell you what is missing
|
||||
and also the Google Console error, in case you have missed a step in setting up your Google TTS.
|
||||
For example, <code>.\DCS-SR-ExternalAudio.exe -t "Text Message" -f 255 -m AM -c 2 -s 2 -z -G "Path_To_You_Google.Json"</code>
|
||||
plays a message on 255 MHz AM for the blue coalition in-game.</p>
|
||||
@@ -1811,7 +1811,7 @@ and DCS might be put out of focus.</p>
|
||||
In addition to Windows and Google cloud, it also offers Microsoft Azure and Amazon Web Service as providers for TTS.</p>
|
||||
|
||||
<p>Use <a href="##(MSRS).SetDefaultBackendGRPC">MSRS.SetDefaultBackendGRPC</a> to enable <a href="https://github.com/DCS-gRPC/rust-server">DCS-gRPC</a> as an alternate backend for transmitting text-to-speech over SRS.
|
||||
This can be useful if 'DCS-SR-ExternalAudio.exe' cannot be used in the environment, or to use Azure or AWS clouds for TTS. Note that DCS-gRPC does not (yet?) support
|
||||
This can be useful if 'DCS-SR-ExternalAudio.exe' cannot be used in the environment or to use Azure or AWS clouds for TTS. Note that DCS-gRPC does not (yet?) support
|
||||
all of the features and options available with 'DCS-SR-ExternalAudio.exe'. Of note, only text-to-speech is supported and it it cannot be used to transmit audio files.</p>
|
||||
|
||||
<p>DCS-gRPC must be installed and configured per the <a href="https://github.com/DCS-gRPC/rust-server">DCS-gRPC documentation</a> and already running via either the 'autostart' mechanism
|
||||
@@ -2002,7 +2002,7 @@ atis:Start()
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).Help">MSRS:Help()</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Print SRS STTS help to DCS log file.</p>
|
||||
<p>Print SRS help to DCS log file.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2038,19 +2038,19 @@ atis:Start()
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).PlayText">MSRS:PlayText(Text, Delay, Coordinate)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Play text message via STTS.</p>
|
||||
<p>Play text message via MSRS.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).PlayTextExt">MSRS:PlayTextExt(Text, Delay, Frequencies, Modulations, Gender, Culture, Voice, Volume, Label, Coordinate)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Play text message via STTS with explicitly specified options.</p>
|
||||
<p>Play text message via MSRS with explicitly specified options.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).PlayTextFile">MSRS:PlayTextFile(TextFile, Delay)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Play text file via STTS.</p>
|
||||
<p>Play text file via MSRS.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2338,7 +2338,7 @@ atis:Start()
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).name">MSRS.name</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Name. Default "DCS-STTS".</p>
|
||||
<p>Name. Default "MSRS".</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -4125,7 +4125,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
#string
|
||||
<a id="#(MSRS).name" ><strong>MSRS.name</strong></a>
|
||||
|
||||
<p>Name. Default "DCS-STTS".</p>
|
||||
<p>Name. Default "MSRS".</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -4662,7 +4662,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<h2><a id="#(MSRS).Help" ><strong>MSRS:Help()</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Print SRS STTS help to DCS log file.</p>
|
||||
<p>Print SRS help to DCS log file.</p>
|
||||
|
||||
<div id= "#Functions##Help" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -5028,7 +5028,7 @@ set the path to the exe file via <a href="##(MSRS).SetPath">MSRS.SetPath</a>.</p
|
||||
<h2><a id="#(MSRS).PlayText" ><strong>MSRS:PlayText(Text, Delay, Coordinate)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Play text message via STTS.</p>
|
||||
<p>Play text message via MSRS.</p>
|
||||
|
||||
<div id= "#Functions##PlayText" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -5098,7 +5098,7 @@ set the path to the exe file via <a href="##(MSRS).SetPath">MSRS.SetPath</a>.</p
|
||||
<h2><a id="#(MSRS).PlayTextExt" ><strong>MSRS:PlayTextExt(Text, Delay, Frequencies, Modulations, Gender, Culture, Voice, Volume, Label, Coordinate)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Play text message via STTS with explicitly specified options.</p>
|
||||
<p>Play text message via MSRS with explicitly specified options.</p>
|
||||
|
||||
<div id= "#Functions##PlayTextExt" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -5259,7 +5259,7 @@ set the path to the exe file via <a href="##(MSRS).SetPath">MSRS.SetPath</a>.</p
|
||||
<h2><a id="#(MSRS).PlayTextFile" ><strong>MSRS:PlayTextFile(TextFile, Delay)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Play text file via STTS.</p>
|
||||
<p>Play text file via MSRS.</p>
|
||||
|
||||
<div id= "#Functions##PlayTextFile" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -7476,7 +7476,7 @@ set the path to the exe file via <a href="##(MSRS).SetPath">MSRS.SetPath</a>.</p
|
||||
#string
|
||||
<a id="#(MSRS).name" ><strong>MSRS.name</strong></a>
|
||||
|
||||
<p>Name. Default "DCS-STTS".</p>
|
||||
<p>Name. Default "MSRS".</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user