make -aoff the default

This commit is contained in:
Alexandre Ratchov 2011-10-20 18:17:48 +02:00
parent 284343965f
commit 0e4543ecf5
2 changed files with 4 additions and 2 deletions

View File

@ -85,7 +85,7 @@ If the flag is
then it's automatically closed, allowing other programs to have direct then it's automatically closed, allowing other programs to have direct
access to the device, or the device to be disconnected. access to the device, or the device to be disconnected.
The default is The default is
.Va on . .Va off .
.It Fl b Ar nframes .It Fl b Ar nframes
The buffer size of the audio device in frames. The buffer size of the audio device in frames.
A frame consists of one sample for each channel in the stream. A frame consists of one sample for each channel in the stream.

View File

@ -380,8 +380,10 @@ main(int argc, char **argv)
hdr = HDR_AUTO; hdr = HDR_AUTO;
xrun = XRUN_IGNORE; xrun = XRUN_IGNORE;
vol = MIDI_MAXCTL; vol = MIDI_MAXCTL;
hold = join = autovol = 1; join = 1;
mmc = 0; mmc = 0;
hold = 0;
autovol = 1;
bufsz = 0; bufsz = 0;
round = 0; round = 0;
unit = 0; unit = 0;