forked from akanyan/mu3-mods
16 lines
414 B
Markdown
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
|
|
``` |