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:
@@ -1761,7 +1761,7 @@ plays a message on 255 MHz AM for the blue coalition in-game.</p>
|
||||
|
||||
<h3>Google</h3>
|
||||
|
||||
<p>In order to use Google Cloud for TTS you need to use <a href="##(MSRS).SetProvider">MSRS.SetProvider</a> and <a href="MSRS.SetProviderOptionsGoogle.html">MSRS.SetProviderOptionsGoogle</a> functions:</p>
|
||||
<p>In order to use Google Cloud for TTS you need to use <a href="##(MSRS).SetProvider">MSRS.SetProvider</a> and <a href="##(MSRS).SetProviderOptionsGoogle">MSRS.SetProviderOptionsGoogle</a> functions:</p>
|
||||
|
||||
<pre><code>msrs:SetProvider(MSRS.Provider.GOOGLE)
|
||||
msrs:SetProviderOptionsGoogle(CredentialsFile, AccessKey)
|
||||
@@ -1778,7 +1778,7 @@ 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 (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>
|
||||
<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">MSRS.SetProviderOptionsAmazon</a> functions:</p>
|
||||
|
||||
<pre><code>msrs:SetProvider(MSRS.Provider.AMAZON)
|
||||
msrs:SetProviderOptionsAmazon(AccessKey, SecretKey, Region)
|
||||
@@ -1790,7 +1790,7 @@ msrs:SetProviderOptionsAmazon(AccessKey, SecretKey, Region)
|
||||
|
||||
<h3>Microsoft Azure [Only DCS-gRPC backend]</h3>
|
||||
|
||||
<p>In order to use Microsoft Azure for TTS you need to use <a href="##(MSRS).SetProvider">MSRS.SetProvider</a> and <a href="MSRS.SetProviderOptionsAzure.html">MSRS.SetProviderOptionsAzure</a> functions:</p>
|
||||
<p>In order to use Microsoft Azure for TTS you need to use <a href="##(MSRS).SetProvider">MSRS.SetProvider</a> and <a href="##(MSRS).SetProviderOptionsAzure">MSRS.SetProviderOptionsAzure</a> functions:</p>
|
||||
|
||||
<pre><code>msrs:SetProvider(MSRS.Provider.AZURE)
|
||||
msrs:SetProviderOptionsAmazon(AccessKey, Region)
|
||||
|
||||
Reference in New Issue
Block a user