Fixes for 4th SRS Parameter

This commit is contained in:
Applevangelist
2024-01-05 16:09:05 +01:00
parent f2783c46c2
commit 048ab6acfe
5 changed files with 12 additions and 7 deletions

View File

@@ -3072,6 +3072,7 @@ function AIRBOSS:EnableSRS(PathToSRS,Port,Culture,Gender,Voice,GoogleCreds,Volum
self.SRS:SetPort(Port or 5002)
self.SRS:SetLabel(self.AirbossRadio.alias or "AIRBOSS")
self.SRS:SetCoordinate(self.carrier:GetCoordinate())
self.SRS:SetVolume(Volume)
--self.SRS:SetModulations(Modulations)
if GoogleCreds then
self.SRS:SetGoogle(GoogleCreds)