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

@@ -2935,7 +2935,7 @@ function ATIS:onafterReport( From, Event, To, Text )
self:T( "SRS TTS: " .. text )
-- Play text-to-speech report.
local duration = STTS.getSpeechTime(text,0.95)
local duration = MSRS.getSpeechTime(text,0.95)
self.msrsQ:NewTransmission(text,duration,self.msrs,nil,2)
--self.msrs:PlayText( text )
self.SRSText = text