Skip to content

Commit 080c0e8

Browse files
author
Paul Bienkowski
committed
JSBSim: do not spatialize audio sources, they are everywhere for now
1 parent cf2a868 commit 080c0e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/OpenCOVER/plugins/hlrs/JSBSim/JSBSim.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ JSBSimPlugin::JSBSimPlugin()
9393
varioSource->setLoop(true);
9494
windSource->setLoop(true);
9595

96+
engineSource->setSpatialize(false);
97+
varioSource->setSpatialize(false);
98+
windSource->setSpatialize(false);
99+
96100
varioSource->play();
97101
engineSource->play();
98102
windSource->play();

0 commit comments

Comments
 (0)