mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Update ATIS.lua
This commit is contained in:
parent
078573629d
commit
246935622c
@ -589,7 +589,7 @@ _ATIS={}
|
|||||||
|
|
||||||
--- ATIS class version.
|
--- ATIS class version.
|
||||||
-- @field #string version
|
-- @field #string version
|
||||||
ATIS.version="0.9.3"
|
ATIS.version="0.9.5"
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
-- TODO list
|
-- TODO list
|
||||||
@ -2248,7 +2248,9 @@ function ATIS:onafterReport(From, Event, To, Text)
|
|||||||
|
|
||||||
-- Replace ";" by "."
|
-- Replace ";" by "."
|
||||||
local text=string.gsub(text, ";", " . ")
|
local text=string.gsub(text, ";", " . ")
|
||||||
env.info("FF: "..text)
|
|
||||||
|
--Debug output.
|
||||||
|
self:T("SRS TTS: "..text)
|
||||||
|
|
||||||
-- Play text-to-speech report.
|
-- Play text-to-speech report.
|
||||||
self.msrs:PlayText(text)
|
self.msrs:PlayText(text)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user