-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# UT99-OpenAL | ||
Guide how to enable 3D spatial audio for Unreal Tournament 1999. | ||
Guide how to enable 3D spatial audio for Unreal Tournament 1999 aka UT99. | ||
|
||
Intended to be used with **headphones** (stereo). | ||
Intended to be used with **headphones** (stereo). Works with any sound card. | ||
The difference should be clearly noticeable as sound becomes out-of-head. | ||
|
||
Non-native to game "solutions" to create 3D spatial audio for headphones is done using only 5.1/7.1 channel output. | ||
Having 3D spatial sound directly from audio engine is more accurate. | ||
Having 3D spatial sound directly from audio engine is more accurate. | ||
Patched UT99 supports OpenAL Soft which allows to enable 3D spatial audio with custom HRTF. | ||
|
||
Instructions and a way to find best sounding HRTF are included in 'Readme.txt' inside release archive. |