Skip to content

Commit

Permalink
Added WASAPI, old wrapper versions, automatic settings (v1.2)
Browse files Browse the repository at this point in the history
Script will now:
- Install WASAPI mode and apply correct parameters to the configuration (Only if OpenAL Soft or DSOAL version is set to 1.20.1 and branch is set to WASAPI in the .bat file.
- Install old versions of OpenAL Soft or DSOAL (Check Resources\OpenALSoft and Resources\DSOAL to check available versions). Script will stop if the folder corresponding to the selected VERSION-BRANCH does not exist.
- Set default playback device's format to 24 bit, 48000hz.
- Disable (unless WASAPI is selected):
    - Exclusive Mode
    - Windows spatial sound
    - HeSuVi
- Show actions executed by the script before running
- Check if files were installed correctly before completion confirmation
- Apply registry tweaks directly instead of relying on the .reg file to bypass elevation requirement
Also:
- Added some important info for the user
- Moved base alsoft.ini and HRTF folder to a Common folder to avoid duplicates
- Cleaned up code logic and structure
  • Loading branch information
3DJ authored and 3DJ committed Sep 21, 2020
1 parent fce3e4e commit f7c69a2
Show file tree
Hide file tree
Showing 555 changed files with 100,965 additions and 107 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[General]
frequency=44100
frequency=48000
stereo-mode=headphones
cf_level=0
sources=512
slots=64
sends=16
sample-type=float32
resampler=cubic
default-hrtf=Built-In 44100hz
default-hrtf=Built-In 48000hz
hrtf=true
drivers="-dsound,"
period_size=1024
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[InternetShortcut]
URL=https://www.nexusmods.com/newvegas/mods/65094?pk_medium=organic_social&pk_source=facebook&pk_campaign=nxm_facebook_stats
IDList=
HotKey=0
IconFile=C:\Users\PC\AppData\Local\Mozilla\Firefox\Profiles\l5z51bu0.default-release\shortcutCache\u15AoazOhN0TSOJGl4mrlw==.ico
IconIndex=0
File renamed without changes.
6 changes: 6 additions & 0 deletions Resources/OpenAL/Installer/OpenAL Cross Platform 3D Audio.URL
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[InternetShortcut]
URL=https://openal.org/downloads/
IDList=
HotKey=0
IconFile=C:\Users\PC\AppData\Local\Mozilla\Firefox\Profiles\l5z51bu0.default-release\shortcutCache\nGEM1jSPQEIxCslAcpegVA==.ico
IconIndex=0
484 changes: 484 additions & 0 deletions Resources/OpenALSoft/1.10.622/APPDATA/OpenAL/COPYING

Large diffs are not rendered by default.

Binary file not shown.
Loading

0 comments on commit f7c69a2

Please sign in to comment.