This commit is contained in:
Applevangelist
2024-06-30 16:00:49 +02:00
parent c8cdbeac5c
commit 9ca30fc00c
3 changed files with 10 additions and 28 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()