This commit is contained in:
Applevangelist
2024-06-30 15:57:09 +02:00
parent b6ac1e86e4
commit 9479b338c5
5 changed files with 22 additions and 38 deletions

View File

@@ -356,7 +356,7 @@ do -- Text-To-Speech
local self=BASE:Inherit(self, BASE:New()) -- #SOUNDTEXT
self:SetText(Text)
self:SetDuration(Duration or STTS.getSpeechTime(Text))
self:SetDuration(Duration or MSRS.getSpeechTime(Text))
--self:SetGender()
--self:SetCulture()