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.

Glossary:Sound card

From PCGamingWiki, the wiki about fixing PC games
Revision as of 00:40, 20 November 2017 by Garrbot (talk | contribs) (updated template usage)
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.

Audio card (chip if you have an integrated solution on your motherboard) is the component necessary to play or record sounds on your PC.

The major producers in this field are Realtek, ASUSTeK, Conexant, Creative, SigmaTel/IDT/Tempo, VIA.
AMD and Nvidia are also audio chip producers, since the arrival of HDMI outputs.

Set up OpenAL

ADI, Creative and nForce are already ready out of the box
Make sure to be running latest libraries. Deleting OpenAL32.dll and wrap_oal.dll in games shipping with ancient ones is recommended.
Default Windows output device name must match OAL device one for native implementations to work, DS3D based "Generic Hardware" fallback will be used otherwise (if available)[1]

Asus

Enable Game eXtensions
  1. Open the Asus control panel
  2. Tick "GX" mode
  3. In games configuration files, force native implementation name as reported by ALC_ENUMERATION_EXT in EnumerateWin32

Notes

Turning off GX mode after playing games is advised to avoid glitches in other applications

Realtek

Set up native device
  1. Install 3D SoundBack
  2. Navigate to the installation folder and copy rtk_oal.dll in %WINDIR%\SysWOW64\

Universal

OpenAL Soft
  1. Download OpenAL Soft
  2. Copy \bin\Win32\soft_oal.dll in %WINDIR%\SysWOW64\ (optionally in 64 bit OS copy \Win64\soft_oal.dll in %WINDIR%\System32\)

Restore legacy audio effects on newer OS

DirectSound hardware path

Starting with Windows Vista and its new audio stack, DirectSound applications are rendered entirely in a user-mode software audio session[2]
Most games developed in the preceding decade will experience problems going from the simple lack of EAX effects to the complete demotion to stereophony[3]
IndirectSound[4]
  1. Download IndirectSound.
  2. Extract into <path-to-game> alongside the main game executable.

Notes

EAX support is emulated for compatibility reasons, pretending that EAX is supported, but no actual effect is played

Asus

Enable Game eXtensions
  1. Open the Asus control panel
  2. Tick "GX" mode

Notes

Your Xonar must be the default playback device
Turning off GX mode after playing games is advised to avoid glitches in other applications

Creative

Use ALchemy[5]
  1. Download latest ALchemy version
  2. Open the Creative control panel and switch on Game mode
  3. Start the ALchemy installer and enable it for the interested games

Notes

Setting Game mode is mandatory[6][citation needed]
Could be made into a universal solution, alongside IndirectSound, by using Creative ALchemy Universal (obsolete) or ALchemy Restriction Remover.
Also restores EAX completely.

Realtek

Use 3D SoundBack
  1. Download 3D SoundBack
  2. Open the program and add/enable the fix for selected games.

Notes

Your Realtek chip must be the default playback device.
Both the installer and the 3DSoundBack.exe configurator require Windows Vista compatibility mode to start
The end-quality of this method is very buggy with many errors in sound processing

A3D

Lists of Aureal 3-Dimensional enabled games can be found here and here.
A3D 1.0 is supported out of the box by C-Media based boards (via Xear3D[7]), X-Fi and older[8] Creative based devices and older VIA drivers.
Use DirectSound3D wrapper[9][10][11][12]
  1. Download latest A2D driver and install it
  2. Download a3dx5.dll (Creative's official wrapper) or QSound A3D in %WINDIR%\system\, or use A3D-Live
  3. if need Run the application with "Windows 98 / Windows Me" compatibility

Notes

Delete/move/rename any a3d related file shipped with the game
From Windows Vista onward of course DirectSound restoration is required. Note that Asus' Game eXtensions also have A3D 1.0 support builtin, thus this is unnecessary with Asus cards[13].


References