HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

MIXER — Display/set sound levels. More information: <https://www.dosbox.com/wiki/MIXER>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
soundlevelscommandsetclimixermoredisplay

Problem

How to use the MIXER command: Display/set sound levels. More information: <https://www.dosbox.com/wiki/MIXER>.

Solution

MIXER — Display/set sound levels. More information: <https://www.dosbox.com/wiki/MIXER>.

Display current volumes:
MIXER


Set master volume (left:right percentages):
MIXER master {{80}}:{{80}}


Set Sound Blaster volume in decibels:
MIXER sb d{{10}}:d{{10}}


Set GUS left channel only:
MIXER gus {{50}}


Set volumes without displaying result:
MIXER gus {{40}}:{{40}} /NOSHOW


List available MIDI devices (Windows only):
MIXER /LISTMIDI

Code Snippets

Display current volumes

MIXER

Set master volume (left:right percentages)

MIXER master {{80}}:{{80}}

Set Sound Blaster volume in decibels

MIXER sb d{{10}}:d{{10}}

Set GUS left channel only

MIXER gus {{50}}

Set volumes without displaying result

MIXER gus {{40}}:{{40}} /NOSHOW

Context

tldr-pages: dos/MIXER

Revisions (0)

No revisions yet.