Speech optimizations for A2A dispatcher

This commit is contained in:
FlightControl
2019-09-22 20:30:59 +02:00
parent c579aad606
commit fb875077d7
3 changed files with 61 additions and 20 deletions

View File

@@ -470,7 +470,7 @@ function RADIOQUEUE:_GetRadioSenderCoord()
end
-- Now try a static.
local sender=STATIC:FindByName(self.sendername)
local sender=STATIC:FindByName( self.sendername, false )
-- Check that sender is alive and an aircraft.
if sender then

View File

@@ -66,7 +66,15 @@ RADIOSPEECH.Vocabulary.EN = {
["700"] = { "700", 0.70 },
["800"] = { "800", 0.54 },
["900"] = { "900", 0.60 },
["1000"] = { "1000", 1 },
["1000"] = { "1000", 0.60 },
["2000"] = { "2000", 0.61 },
["3000"] = { "3000", 0.64 },
["4000"] = { "4000", 0.62 },
["5000"] = { "5000", 0.69 },
["6000"] = { "6000", 0.69 },
["7000"] = { "7000", 0.75 },
["8000"] = { "8000", 0.59 },
["9000"] = { "9000", 0.65 },
["chevy"] = { "chevy", 0.35 },
["colt"] = { "colt", 0.35 },
@@ -81,6 +89,7 @@ RADIOSPEECH.Vocabulary.EN = {
["kilometers"] = { "kilometers", 0.65 },
["km"] = { "kilometers", 0.65 },
["miles"] = { "miles", 0.45 },
["meters"] = { "meters", 0.41 },
["mi"] = { "miles", 0.45 },
["br"] = { "br", 1.1 },
@@ -89,7 +98,9 @@ RADIOSPEECH.Vocabulary.EN = {
["returning to base"] = { "returning_to_base", 0.85 },
["on route to ground target"] = { "on_route_to_ground_target", 1.05 },
["intercepting bogeys"] = { "intercepting_bogeys", 1.00 },
["engaging ground target"] = { "engaging_ground_target", 1.20 },
["engaging bogeys"] = { "engaging_bogeys", 0.81 },
["wheels up"] = { "wheels_up", 0.42 },
["landing at base"] = { "landing at base", 0.8 },
["patrolling"] = { "patrolling", 0.55 },