**AIRBOSS**
- Stennis now takes dimensions of other super carriers

**FLIGHTCONTROL**
- Added queue for sounds
- Fixed bugs and minor improvements

**ZONE**
- Added defaults when getting colors if not set

**SRS**
- Added new class `MSRSQUEUE`
This commit is contained in:
Frank
2022-08-03 09:12:22 +02:00
parent 200631e57e
commit 61f3908d33
11 changed files with 511 additions and 128 deletions

View File

@@ -154,7 +154,7 @@ function STTS.getSpeechTime(length,speed,isGoogle)
length = string.len(length)
end
return math.ceil(length/cps)
return length/cps --math.ceil(length/cps)
end
--- Text to speech function.