Snd surround speakers: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (typo)
No edit summary
Line 5: Line 5:
|-
|-
| 0
| 0
| Headphones only
| Headphones
|-
|-
| 2
| 2
| 2 Speakers
| 2 Speakers (Stereo)
|-
|-
| 4
| 4
| 4 Speakers
| 4 Speakers (Quadraphonic)
|-
|-
| 5
| 5
| 5.1 Sound System
| 5.1 Surround
|-
|-
| 7
| 7
| 7.1 Sound System
| 7.1 Surround
|}
|}
{{ModernBug|On system running Windows Vista and later, due to using DirectSound, the game may output only 5.1 surround despite 7.1 selected or 7.1 audio may not work properly without custom <code>dsound.dll</code> (such as Creative Alchemy, DSOAL or IndirectSound and using the snd_legacy_surround 1 command). Some Source games (such as {{portal2|4}} and {{csgo|4}}) may not include options to enable 7.1 surround sound without using console commands.}}


== See also ==
== See also ==
* [[point_surroundtest]]
* [[point_surroundtest]]
[[Category: Sound System]]
[[Category: Sound System]]

Revision as of 21:37, 10 March 2023

Template:Convar Found in each game's options menu under 'Audio', it controls the speaker configuration type to be used for audio outputting. It has four settings, them being:

Value Description
0 Headphones
2 2 Speakers (Stereo)
4 4 Speakers (Quadraphonic)
5 5.1 Surround
7 7.1 Surround

Template:ModernBug

See also