Skip to content

Commit

Permalink
WASAPI exclusive config (#1094)
Browse files Browse the repository at this point in the history
* Add WASAPI exclusive config

* Add HRTF+WASAPI Exclusive config
  • Loading branch information
ThreeDeeJay authored Jan 9, 2025
1 parent bf74b28 commit 91c98ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/HRTF+WASAPI Exclusive/alsoft.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[General]
channels=stereo
stereo-mode=headphones
stereo-encoding=hrtf
period_size=1

[wasapi]
exclusive-mode=true
5 changes: 5 additions & 0 deletions configs/WASAPI Exclusive/alsoft.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[General]
period_size=1

[wasapi]
exclusive-mode=true

0 comments on commit 91c98ba

Please sign in to comment.