mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xxx
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
-- ### Author: **applevangelist**
|
-- ### Author: **applevangelist**
|
||||||
--
|
--
|
||||||
-- @module Functional.Stratego
|
-- @module Functional.Stratego
|
||||||
-- @image Stratego.png
|
-- @image Functional.Stratego.png
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -950,7 +950,7 @@ end
|
|||||||
-- @param #string Region Region to use.
|
-- @param #string Region Region to use.
|
||||||
-- @return #MSRS.ProviderOptions Provider optionas table.
|
-- @return #MSRS.ProviderOptions Provider optionas table.
|
||||||
function MSRS._CreateProviderOptions(Provider, CredentialsFile, AccessKey, SecretKey, Region)
|
function MSRS._CreateProviderOptions(Provider, CredentialsFile, AccessKey, SecretKey, Region)
|
||||||
self:F( {Provider, CredentialsFile, AccessKey, SecretKey, Region} )
|
BASE:F( {Provider, CredentialsFile, AccessKey, SecretKey, Region} )
|
||||||
local option={} --#MSRS.ProviderOptions
|
local option={} --#MSRS.ProviderOptions
|
||||||
|
|
||||||
option.provider=Provider
|
option.provider=Provider
|
||||||
@@ -1548,6 +1548,7 @@ function MSRS:_DCSgRPCtts(Text, Frequencies, Gender, Culture, Voice, Volume, Lab
|
|||||||
-- We use a specific voice
|
-- We use a specific voice
|
||||||
options.provider[provider].voice = Voice
|
options.provider[provider].voice = Voice
|
||||||
else
|
else
|
||||||
|
|
||||||
-- DCS-gRPC doesn't directly support language/gender, but can use SSML
|
-- DCS-gRPC doesn't directly support language/gender, but can use SSML
|
||||||
|
|
||||||
local preTag, genderProp, langProp, postTag = '', '', '', ''
|
local preTag, genderProp, langProp, postTag = '', '', '', ''
|
||||||
|
|||||||
Reference in New Issue
Block a user