Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-01-01 14:58:02 +00:00
parent 1f35dc791d
commit 425479bbe6
37 changed files with 488 additions and 712 deletions

View File

@@ -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)