Changeset 429
- Timestamp:
- 06/30/03 10:58:00 (7 years ago)
- Files:
-
- trunk/jack/configure.in (modified) (1 diff)
- trunk/jack/drivers/alsa/alsa_driver.c (modified) (2 diffs)
- trunk/jack/jackd/jackd.1.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jack/configure.in
r421 r429 15 15 JACK_MAJOR_VERSION=0 16 16 JACK_MINOR_VERSION=72 17 JACK_MICRO_VERSION= 517 JACK_MICRO_VERSION=6 18 18 19 19 dnl --- trunk/jack/drivers/alsa/alsa_driver.c
r418 r429 1709 1709 " -m,--monitor \tprovide monitor ports for the output (default: off)\n" 1710 1710 " -z,--dither \tdithering mode:\n" 1711 " -z -,--dither(off, the default)\n"1711 " -zn,--dither=none (off, the default)\n" 1712 1712 " -zr,--dither=rectangular\n" 1713 1713 " -zs,--dither=shaped\n" … … 1728 1728 switch (*optarg) { 1729 1729 case '-': 1730 case 'n': 1730 1731 *dither = None; 1731 1732 break; trunk/jack/jackd/jackd.1.in
r376 r429 1 .TH JACKD "1" @VERSION@ " May2003"1 .TH JACKD "1" @VERSION@ "June 2003" 2 2 .SH NAME 3 3 jackd, jackstart \- JACK Audio Connection Kit sound server … … 147 147 \fB\-\-realtime\fR. 148 148 .TP 149 \fB\-z, --dither [rectangular,triangular,shaped, -]150 Set dithering mode. If \fB \-\fR or unspecified, dithering is off.149 \fB\-z, --dither [rectangular,triangular,shaped,none] 150 Set dithering mode. If \fBnone\fR or unspecified, dithering is off. 151 151 Only the first letter of the mode name is required. 152 152 .SH EXAMPLES
