Sound – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (changed category)
m (Text replacement - "ArmA 3" to "Arma 3")
Line 13: Line 13:




ArmA 3's sound system became much more complex with the release of the [https://dev.arma3.com/post/sitrep-00144 Eden Update]. Sound is not anymore a single sample (array respectively) with parameters, but a structure assembled from several layers with embedded audio features.
Arma 3's sound system became much more complex with the release of the [https://dev.arma3.com/post/sitrep-00144 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.
Process of sound configuration unification is still in progress (not all gameplay features use this system), information about new implementations will be continuously updated.

Revision as of 16:40, 15 February 2020

A3 SoundMainScheme.jpg

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.