Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Glossary:Sound"

From PCGamingWiki, the wiki about fixing PC games
m (HTTPS)
(source engine specific problem is already in the engine page... No point in keeping it here with all the *general* stuff)
Line 103: Line 103:
 
# If possible, check the game's configuration files to see what drive letter it is expecting.
 
# If possible, check the game's configuration files to see what drive letter it is expecting.
 
# Try reinstalling the game from the drive you want to use. This should make the game look to that drive letter instead.
 
# Try reinstalling the game from the drive you want to use. This should make the game look to that drive letter instead.
}}
 
 
===Enabling 7.1 Output In Source Engine Games (Windows Vista and later)===
 
While many of Valve's games that use the Source Engine may have a 7.1 speaker option, this feature may not function correctly in Windows Vista and later. When set to 7.1 output, the game will output to only 5 speakers, leaving the side surround speakers void of sound. This issue is typically present in Source engine games that use Miles Sound System.
 
 
{{Fixbox|1=
 
{{Fixbox/fix|Enable 7.1 Speaker Output In Source Engine Games}}
 
# Refer to [[#Restoring Legacy Audio Effects (DirectSound 3D)|Restoring Legacy Audio Effects (DirectSound 3D)]] and enable DirectSound 3D based on the audio device you have.
 
# Run the game and open the console (using {{key|~}}).
 
# In the console, type: <code>snd_legacy_surround 1</code>
 
# Restart the game.
 
# Select 7.1 speaker output from the game's options.
 
{{ii}} If only up to 5.1 is available, select 5.1 and the game will discretely output to 7 speakers.
 
{{ii}} If using Creative's ALchemy, Source engine games typically need Buffers set to 5 and Duration set to 10.
 
 
}}
 
}}
  

Revision as of 11:58, 19 August 2015

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Speaker setup

Many games use the speaker configuration reported by the operating system so having it set correctly is crucial.
Instructions

Issues fixed

Sound problems (cracking, delays, missing music/effects, etc.)

Instructions
Instructions

No surround sound

Some games are using old implementations of OpenAL or other sound libraries that result in no or bad audio positioning.
See also: Restoring Legacy Audio Effects (DirectSound 3D). The majority of old (pre-2008) games use DirectSound3D hardware acceleration to determine positional audio.
Instructions

Game volume decreases

Instructions

Can't enable EAX

EAX effects need a workaround on Windows Vista and later.
This is not required for games using OpenAL

Please refer to Restoring Legacy Audio Effects (DirectSound 3D) for more information.

CD music not playing

CD-DA music (shows up as a music CD in media players)

Instructions
Instructions

Non-CD-DA music (does not show up as a music CD in media players)

Instructions

Restoring Legacy Audio Effects (DirectSound 3D)

DirectSound was the component responsible for audio in DirectX. Most games developed since the mid-90s relied on its hardware-based audio path to offload work and make use of the various enhancement features of discrete sound cards. With the arrival of Windows Vista and its new audio stack, Microsoft deprecated it and just employed a software emulation layer. Depending on each game, results may vary from absolute consistency, to bad, misplaced or even missing audio. To resolve this incompatibility, sound device manufacturers developed software to restore legacy audio effects for their respective devices and end users developed workarounds that can be applied to any sound device.

Instructions

EAX

Using these solutions may also restore surround sound functionality in games that use DirectSound 3D.
If the game has a grayed-out or disabled EAX option, using these solutions should allow the option to be enabled.
Instructions
Instructions
Instructions
Instructions

A3D

Lists of Aureal 3-Dimensional enabled games can be found here and here
C-Media based sound cards support A3D 1.0 out of the box, even in Windows Vista (via Xear3D)[1]
Instructions
Instructions
Instructions


References