Skip to content

Commit

Permalink
Fix OpenAL's default settings
Browse files Browse the repository at this point in the history
Co-Authored-By: cyn <[email protected]>
  • Loading branch information
Smokey555 and cyn0x8 committed Sep 16, 2024
1 parent 3135869 commit eb33aef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<assets path='example_mods' rename='mods' embed='false'/>
</section>
<assets path='art/readme.txt' rename='do NOT readme.txt' />
<assets path='alsoft.ini' rename='alsoft.ini' />

<!-- _______________________________ Libraries ______________________________ -->

Expand Down
15 changes: 15 additions & 0 deletions alsoft.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[general]
channels=stereo
sample-type=float32
stereo-mode=speakers
stereo-encoding=panpot
hrtf=false
cf_level=0
resampler=fast_bsinc24
front-stablizer=false
output-limiter=false
volume-adjust=0
[decoder]
hq-mode=false
distance-comp=false
nfc=false

0 comments on commit eb33aef

Please sign in to comment.