1
0
forked from akanyan/mu3-mods
Files
mu3-mods/Fixes/ExclusiveAudio/README.md
2025-02-10 03:36:17 +00:00

16 lines
414 B
Markdown

## ExclusiveAudio
Allows for arbitrary sample rates in exclusive mode.
Adds an option to use 2-channel exclusive audio (instead of 6-channel).
This is a relatively experimental patch. In my experience, it improves latency but also causes bass overload.
To use this, open TestMenuConfig or edit `mu3.ini`:
```
[Sound]
; 0 - Shared
; 1 - 5.1 Exclusive
; 2 - 2.0 Exclusive
ExclusiveAudio = 2
SampleRate = 48000
```