• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

How to position sounds?

Messages
25
Country
england
Can anyone tell me how to position sounds in the 5.1 surround soundscape?

I'm using FSX and the wav files tell me they're mostly mono but although they all play through just my front speakers in Windows Media Player they go through the correct speakers in FSX (eg engines come from the back speakers).

I can't see anything in the INI files to control positioning of the engines sounds - the xxxcone stuff seems to control where around the engines they're audible but not where the sounds actually come from.

It can't be in the MDL file because if I take out an original engine file (that's playing through the rear speakers) and replace it with some other file from avsim with the same name the file is played exclusively from the front speakers.

Really got me scratching my head so anyone who can help will earn my gratitude!!

Cheers

Ian
 
Turns out the add-on files I had were stereo which upsets the 5.1 logic somehow. I converted them to mono and they suddenly started coming from from all the correct speakers.

In case anyone else stumbles into this the aircraft.ini file contains a section called [GENERALENGINEDATA] that holds the physical position of each engine. The sound logic uses this to position the audio files in the surround soundscape. It's all in the SDK, I'm just a dufus sometimes.

Ian
 
Not sure about actually positioning sound events but in the FSX sound.cfg you can assign a direction to sounds - check it out. Example below

[COMBUSTION.1.07]
filename=xban24
flags=0
viewpoint=2
rparams=0.007000,0.667000,1.000000,1.335000
vparams=0.000000,0.000000,0.655000,0.000000,0.729000,16.000000,0.813000,80.000000,0.998000,98.400002,1.000000,98.800003,1.000000,98.800003,1.000000,98.800003
insideConeAngle=90
outsideConeAngle=360
conePitch=0.000000
coneHeading=-179.999985
outsideConeVolume=9700
full_Scale_Distance=125
link=COMBUSTION.1.08
 
Hi Brian

Thanks for the reply - it's a timely reminder for me to post what I've found since my post.

It seems the most important part of all this is to ensure the engine sounds are mono not stereo. The Aircraft.ini file contains a bunch of engine parameters which includes their individual positions and it's those parameters that FSX uses to determine where the engine sound should come from in your surround sound system.

The cone parameters in the sound.cfg file control the sound quality depending on your position relative to the engines. The cones are just that - a cone of sound coming from the engines in a certain direction and with a certain spread.

If you've ever stood near a jet that's manoevering you'll know only too well that as the engines change direction relative to you the sound changes - often from muted roar to a painful scream. That's what these cone parameters control.

All the best

Ian
 
Back
Top