mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-11 11:47:35 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -1778,15 +1778,15 @@ Google's supported SSML reference: https://cloud.google.com/text-to-speech/docs/
|
||||
|
||||
<h3>Amazon Web Service [Only DCS-gRPC backend]</h3>
|
||||
|
||||
<p>In order to use Amazon Web Service (ASW) for TTS you need to use <a href="##(MSRS).SetProvider">MSRS.SetProvider</a> and <a href="MSRS.SetProviderOptionsAmazon.html">MSRS.SetProviderOptionsAmazon</a> functions:</p>
|
||||
<p>In order to use Amazon Web Service (AWS) for TTS you need to use <a href="##(MSRS).SetProvider">MSRS.SetProvider</a> and <a href="MSRS.SetProviderOptionsAmazon.html">MSRS.SetProviderOptionsAmazon</a> functions:</p>
|
||||
|
||||
<pre><code>msrs:SetProvider(MSRS.Provider.AMAZON)
|
||||
msrs:SetProviderOptionsAmazon(AccessKey, SecretKey, Region)
|
||||
</code></pre>
|
||||
|
||||
<p>The parameters <code>AccessKey</code> and <code>SecretKey</code> are your ASW access and secret keys, respectively. The parameter <code>Region</code> is your <a href="https://docs.aws.amazon.com/general/latest/gr/pol.html">ASW region</a>.</p>
|
||||
<p>The parameters <code>AccessKey</code> and <code>SecretKey</code> are your AWS access and secret keys, respectively. The parameter <code>Region</code> is your <a href="https://docs.aws.amazon.com/general/latest/gr/pol.html">AWS region</a>.</p>
|
||||
|
||||
<p>You can set the voice to use with ASW via <a href="##(MSRS).SetVoiceAmazon">MSRS.SetVoiceAmazon</a>.</p>
|
||||
<p>You can set the voice to use with AWS via <a href="##(MSRS).SetVoiceAmazon">MSRS.SetVoiceAmazon</a>.</p>
|
||||
|
||||
<h3>Microsoft Azure [Only DCS-gRPC backend]</h3>
|
||||
|
||||
@@ -2170,7 +2170,7 @@ atis:Start()
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).SetProviderOptionsAmazon">MSRS:SetProviderOptionsAmazon(AccessKey, SecretKey, Region)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Set provider options and credentials for Amazon Web Service (ASW).</p>
|
||||
<p>Set provider options and credentials for Amazon Web Service (AWS).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2188,7 +2188,7 @@ atis:Start()
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS).SetTTSProviderAmazon">MSRS:SetTTSProviderAmazon()</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Use Amazon Web Service (ASW) to provide text-to-speech.</p>
|
||||
<p>Use Amazon Web Service (AWS) to provide text-to-speech.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -3033,7 +3033,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS.Provider).AMAZON">MSRS.Provider.AMAZON</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Amazon Web Service (<code>asw</code>). Only possible with DCS-gRPC backend.</p>
|
||||
<p>Amazon Web Service (<code>aws</code>). Only possible with DCS-gRPC backend.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -3082,7 +3082,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS.ProviderOptions).key">MSRS.ProviderOptions.key</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Access key (DCS-gRPC with Google, ASW, AZURE as provider).</p>
|
||||
<p>Access key (DCS-gRPC with Google, AWS, AZURE as provider).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -3100,7 +3100,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRS.ProviderOptions).secret">MSRS.ProviderOptions.secret</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Secret key (DCS-gRPC with ASW as provider)</p>
|
||||
<p>Secret key (DCS-gRPC with AWS as provider)</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -4758,7 +4758,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
Gender = "male",
|
||||
Voice = "Microsoft Hazel Desktop", -- Voice that is used if no explicit provider voice is specified.
|
||||
Label = "MSRS",
|
||||
Provider = "win", --Provider for generating TTS (win, gcloud, azure, asw).
|
||||
Provider = "win", --Provider for generating TTS (win, gcloud, azure, aws).
|
||||
|
||||
-- Windows
|
||||
win = {
|
||||
@@ -6133,7 +6133,7 @@ set the path to the exe file via <a href="##(MSRS).SetPath">MSRS.SetPath</a>.</p
|
||||
<h2><a id="#(MSRS).SetProviderOptionsAmazon" ><strong>MSRS:SetProviderOptionsAmazon(AccessKey, SecretKey, Region)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Set provider options and credentials for Amazon Web Service (ASW).</p>
|
||||
<p>Set provider options and credentials for Amazon Web Service (AWS).</p>
|
||||
|
||||
|
||||
<p>Only supported in combination with DCS-gRPC as backend.</p>
|
||||
@@ -6180,7 +6180,7 @@ set the path to the exe file via <a href="##(MSRS).SetPath">MSRS.SetPath</a>.</p
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Your ASW <a href="https://docs.aws.amazon.com/general/latest/gr/pol.html">region</a>.</p>
|
||||
<p>Your AWS <a href="https://docs.aws.amazon.com/general/latest/gr/pol.html">region</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -6323,7 +6323,7 @@ set the path to the exe file via <a href="##(MSRS).SetPath">MSRS.SetPath</a>.</p
|
||||
<h2><a id="#(MSRS).SetTTSProviderAmazon" ><strong>MSRS:SetTTSProviderAmazon()</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Use Amazon Web Service (ASW) to provide text-to-speech.</p>
|
||||
<p>Use Amazon Web Service (AWS) to provide text-to-speech.</p>
|
||||
|
||||
|
||||
<p>Only supported if used in combination with DCS-gRPC as backend.</p>
|
||||
@@ -6517,7 +6517,7 @@ set the path to the exe file via <a href="##(MSRS).SetPath">MSRS.SetPath</a>.</p
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p><a href="https://docs.aws.amazon.com/polly/latest/dg/voicelist.html">ASW Voice</a>. Default <code>"Brian"</code>.</p>
|
||||
<p><a href="https://docs.aws.amazon.com/polly/latest/dg/voicelist.html">AWS Voice</a>. Default <code>"Brian"</code>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -11094,7 +11094,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
#string
|
||||
<a id="#(MSRS.Provider).AMAZON" ><strong>MSRS.Provider.AMAZON</strong></a>
|
||||
|
||||
<p>Amazon Web Service (<code>asw</code>). Only possible with DCS-gRPC backend.</p>
|
||||
<p>Amazon Web Service (<code>aws</code>). Only possible with DCS-gRPC backend.</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -11175,7 +11175,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
#string
|
||||
<a id="#(MSRS.ProviderOptions).key" ><strong>MSRS.ProviderOptions.key</strong></a>
|
||||
|
||||
<p>Access key (DCS-gRPC with Google, ASW, AZURE as provider).</p>
|
||||
<p>Access key (DCS-gRPC with Google, AWS, AZURE as provider).</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -11208,7 +11208,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
#string
|
||||
<a id="#(MSRS.ProviderOptions).secret" ><strong>MSRS.ProviderOptions.secret</strong></a>
|
||||
|
||||
<p>Secret key (DCS-gRPC with ASW as provider)</p>
|
||||
<p>Secret key (DCS-gRPC with AWS as provider)</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user