more fixes from jmc

This commit is contained in:
Alexandre Ratchov 2011-10-13 13:32:32 +02:00
parent 4811aac665
commit 72ac220263
3 changed files with 7 additions and 6 deletions

View File

@ -629,7 +629,8 @@ $ aucat -j off -r 96000 -C 2:3 -o file1.raw -C 6:7 -o file2.raw
.Pp
Split a stereo file into two mono files:
.Bd -literal -offset indent
$ aucat -n -j off -i stereo.wav -C 0:0 -o left.wav -C 1:1 -o right.wav
$ aucat -n -j off -i stereo.wav -C 0:0 -o left.wav -C 1:1 \e
-o right.wav
.Ed
.Pp
Start

View File

@ -86,8 +86,8 @@ char aucat_usage[] = "usage: " PROG_AUCAT " [-dlMn] [-a flag] [-b nframes] "
"[-w flag] [-x policy] [-z nframes]\n";
char midicat_usage[] = "usage: " PROG_MIDICAT " [-dlM] [-a flag] "
"[-i file] [-L addr] [-s name] [-o file]\n\t"
"[-q port] [-U unit]\n";
"[-i file] [-L addr] [-o file] [-q port]\n\t"
"[-s name] [-U unit]\n";
/*
* SIGINT handler, it raises the quit flag. If the flag is already set,

View File

@ -94,11 +94,11 @@ will accept connections from any address.
Create a MIDI thru box.
It merges any number of MIDI inputs and broadcasts the result
to any number of MIDI outputs, similarly to a hardware MIDI thru box.
Following MIDI ports
Any MIDI ports
.Pq Fl q
and MIDI files
or MIDI files
.Pq Fl io
will be subscribed to this thru box.
specified after this option will be subscribed to this thru box.
If sub-devices are exposed
.Pq Fl s
they behave like software MIDI ports,