mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 23:28:38 +00:00
Override openal-soft configuration (#2101)
This enforce speaker mode to avoid weird audio quality reduction with output considered as headphones by Windows (It applies a HRTF or crossfeed filter supposed to improve audio quality, might be a bug on their end)
This commit is contained in:
parent
548add9abd
commit
39f171ece5
|
@ -34,6 +34,9 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="alsoft.ini">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="Config.json" Condition="'$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Profile Debug'">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
|
2
Ryujinx/alsoft.ini
Normal file
2
Ryujinx/alsoft.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[General]
|
||||
stereo-mode=speakers
|
Loading…
Reference in a new issue