Skip to content

Commit fb00c49

Browse files
committed
Audio Reset for VHF1 on Session end
1 parent 7d607ec commit fb00c49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Fenix2GSX/ServiceController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ protected void ServiceLoop()
116116
}
117117

118118
Logger.Log(LogLevel.Information, "ServiceController:ServiceLoop", "ServiceLoop ended");
119-
if (Model.GsxVolumeControl)
119+
if (Model.GsxVolumeControl || !string.IsNullOrEmpty(Model.Vhf1VolumeApp))
120120
{
121121
Logger.Log(LogLevel.Information, "ServiceController:ServiceLoop", "Resetting GSX/VHF1 Audio");
122122
gsxController.ResetAudio();

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ The Configuration is done through the UI, open it by clicking on the System-Tray
4242
<img src="img/ui.jpg" width="400"><br/><br/>
4343
All Settings can be changed dynamically on the Fly if needed (except "Wait until MSFS..."). But do that before a Service/Feature starts or after it has ended. For example, don't disable "Automatic Jetway/Stair Operation" (autoConnect) while the Jetway is connected. Do it before the Tool calls the Jetway or after it was disconnected by the Tool.<br/><br/>
4444
In general, it is up to your Preference how much Automation you want. I you want to keep Control of when Services are Called and/or the Jetway is connected, you can still enjoy the (De-)Boarding and Refueling Syncronization when the Automation-Options are disabled. The only Automation which can not be disabled: The Removal of the Ground-Equipment and Jetway-Disconnection (if still connected) is always active on Depature.<br/><br/>
45-
Tip for VATSIM / IVAO: Disable the Auto-Connect Option before loading the Session in MSFS, in Case you need to move to another Gate. If the Gate is free (or you have moved to a free one) you can renable Auto-Connect and the Jetway/Stairs will still connect then (unless the Flightplan was already loaded in the EFB). Repositioning through GSX normaly keeps GPU/Chocks/PCA connected - but a quick Check won't hurt :wink:<br/>
45+
Tip for VATSIM / IVAO: Disable the Auto-Connect Option before loading the Session in MSFS, in Case you need to move to another Gate. If the Gate is free (or you have moved to a free one) you can renable Auto-Connect and the Jetway/Stairs will still connect then (unless the Flightplan was already loaded in the EFB). Repositioning through GSX normaly keeps GPU/Chocks/PCA connected - but a quick Check won't hurt :wink:<br/><br/>
46+
A Note on the Audio-Control: The Tool does not control the Audio until the Plane is powered (=FCU is On). When you end your Session, it will try to reset the Application-Audio to unmuted and 100% Volume. But that does not really work on GSX because it is restarting at the same Time. So GSX can stay muted - keep that in Mind.
4647
<br/><br/>
4748

4849
* **waitForConnect** - The Binary will wait until MSFS is started and SimConnect is available. Default *"true"*

0 commit comments

Comments
 (0)