mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-25 04:25:26 +00:00
xxx
This commit is contained in:
@@ -950,7 +950,7 @@ end
|
||||
-- @param #string Region Region to use.
|
||||
-- @return #MSRS.ProviderOptions Provider optionas table.
|
||||
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
|
||||
|
||||
option.provider=Provider
|
||||
@@ -1548,6 +1548,7 @@ function MSRS:_DCSgRPCtts(Text, Frequencies, Gender, Culture, Voice, Volume, Lab
|
||||
-- We use a specific voice
|
||||
options.provider[provider].voice = Voice
|
||||
else
|
||||
|
||||
-- DCS-gRPC doesn't directly support language/gender, but can use SSML
|
||||
|
||||
local preTag, genderProp, langProp, postTag = '', '', '', ''
|
||||
|
||||
Reference in New Issue
Block a user