Open ovitus opened 4 years ago
You should be able to lower master volume from the Sound menu.
However if the Mixer command is not working properly, that is a bug that needs to be fixed.
Testing now, and I've found that the volume adjustment works for Sound Blaster 16 digital sound and Sound Blaster 16 MIDI, but has no effect on MPU-401 MIDI.
It depends on how MIDI is being rendered. Here on Linux, MIDI is rendered with Fluidsynth as a mixer channel like anything else. On Windows and Mac OS X, MIDI is sent to and rendered by the system's framework, which is not affected by the mixer volume.
If I execute dosbox-x something.exe
, autoexec
commands are executed after something.exe
exits.
autoexec
should be executed before something.exe
is executed by dosbox-x.
By the way,
mixer master 50
is equivalent to
mixer master 50:50
I think this issue is actually https://github.com/joncampbell123/dosbox-x/issues/2925
The game I'm playing uses Soundblaster and the volume starts way too high even when my system audio is at normal level. I tried putting this in dosbox.conf to half it:
[autoexec] mixer master 50:50
But that's not lowering it. Is there some other parameter to configure this?