set default volume to -3dB

This commit is contained in:
Alexandre Ratchov 2012-11-11 00:26:33 +01:00
parent 40174ce175
commit ca6e1699f3
2 changed files with 2 additions and 2 deletions

View File

@ -302,7 +302,7 @@ Reducing the volume in advance allows a client's volume to stay independent
from the number of clients as long as their number is small enough.
18 volume units (i.e. \-6dB attenuation) allows the number
of playback programs to be doubled.
The default is 127 i.e. no attenuation.
The default is 118 i.e. \-3dB.
.It Fl w Ar flag
Control
.Nm

View File

@ -317,7 +317,7 @@ main(int argc, char **argv)
/*
* global options defaults
*/
vol = MIDI_MAXCTL;
vol = 118;
dup = 1;
mmc = 0;
hold = 0;