Improved time TTS format
This commit is contained in:
Frank
2021-06-10 23:23:16 +02:00
parent e7936950f4
commit 3e8db6a1fa
3 changed files with 43 additions and 19 deletions

View File

@@ -132,7 +132,7 @@ do -- Sound File
self:SetDuration(Duration)
-- Debug info:
self:I(string.format("New SOUNDFILE: file name=%s, path=%s", self.filename, self.path))
self:T(string.format("New SOUNDFILE: file name=%s, path=%s", self.filename, self.path))
return self
end
@@ -300,7 +300,7 @@ do -- Text-To-Speech
--self:SetCulture()
-- Debug info:
self:I(string.format("New SOUNDTEXT: text=%s, duration=%.1f sec", self.text, self.duration))
self:T(string.format("New SOUNDTEXT: text=%s, duration=%.1f sec", self.text, self.duration))
return self
end