Sound – Arma 3
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[[Cc]ategory:[ _]?Arma[ _]3:[ _]?([^|]*)]]" to "{{GameCategory|arma3|$1}}") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|") |
||
Line 19: | Line 19: | ||
'''This wiki page serves as a hub - linking you to the different elements of the system.''' | '''This wiki page serves as a hub - linking you to the different elements of the system.''' | ||
{{Informative | You may at some point find volume defined with '''db''' (e.g {{Inline code|db-40}}). The formula for db-based volume is: {{Inline code|10^(''number''*(1/20))}}.<br> | {{Feature | Informative | You may at some point find volume defined with '''db''' (e.g {{Inline code|db-40}}). The formula for db-based volume is: {{Inline code|10^(''number''*(1/20))}}.<br> | ||
The db value is expressed in dBFS ({{Wikipedia|DBFS|Decibels relative to full scale}}). See also {{HashLink|Arma 3 Sound: cfgSoundShaders#volume}}. | The db value is expressed in dBFS ({{Wikipedia|DBFS|Decibels relative to full scale}}). See also {{HashLink|Arma 3 Sound: cfgSoundShaders#volume}}. | ||
}} | }} |
Revision as of 00:03, 7 February 2021
General Sound Configuration |
Arma 3's sound system became much more complex with the release of the Eden Update. Sound is not anymore a single sample (array respectively) with parameters, but a structure assembled from several layers with embedded audio features.
Process of sound configuration unification is still in progress (not all gameplay features use this system), information about new implementations will be continuously updated.
This wiki page serves as a hub - linking you to the different elements of the system.
See Also
- An example configuration for a weapon
- An overview on SoundControllers which can be used to build Simple Expressiond for volume/frequency calculation.