diff options
author | 2003-02-04 07:58:19 +0000 | |
---|---|---|
committer | 2003-02-04 07:58:19 +0000 | |
commit | f2bd6a5e3fe52bc50b9ae261b44fc6c4fcfe38fa (patch) | |
tree | b20b923c191ad8c9237b35935d97685f8f7a29bd | |
parent | hack at stereo adpcm (diff) | |
download | wireguard-openbsd-f2bd6a5e3fe52bc50b9ae261b44fc6c4fcfe38fa.tar.xz wireguard-openbsd-f2bd6a5e3fe52bc50b9ae261b44fc6c4fcfe38fa.zip |
better
-rw-r--r-- | regress/sys/dev/audio/autest.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/sys/dev/audio/autest.1 b/regress/sys/dev/audio/autest.1 index 129872cd54e..1673e485ea6 100644 --- a/regress/sys/dev/audio/autest.1 +++ b/regress/sys/dev/audio/autest.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autest.1,v 1.2 2003/02/01 18:09:27 jason Exp $ +.\" $OpenBSD: autest.1,v 1.3 2003/02/04 07:58:19 jason Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -70,12 +70,12 @@ formats if supported by the device: .It Cm ulinear_be 16 bit unsigned linear big endian .It Cm slinear -8 bit signed linear +8 bit signed linear (twos complement) .It Cm slinear_le -16 bit signed linear little endian +16 bit signed linear little endian (twos complement) .It Cm slinear_be -16 bit signed linear big endian +16 bit signed linear big endian (twos complement) .Sh SEE ALSO .Xr audio 4 .Sh BUGS -The ADPCM encoding sounds very noisy on CS4231 (it's probaly incorrect). +The ADPCM encoding sounds very noisy on CS4231 (it's probably incorrect). |