diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2012-11-23 07:03:29 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2012-11-23 07:03:29 +0000 |
commit | e0ec54cfb7c1e7d74bad5acd7800df96c1c4d3d4 (patch) | |
tree | dfd9738fc0938d8c3ed1cb3d3ba25202ca3a4472 /lib/libsndio/sndio.7 | |
parent | 42dd4f4c8b798c2f8b9e8544080704a71226370e (diff) |
Remplace aucat server by a new sndiod daemon aimed to be simpler
smaller and faster than aucat. It's a drop in replacement with the
following exceptions that don't affect the default setup:
- The sample rate and the encoding are a per-device parameters
thus -r and -e options must precede the corresponding -f option
- MIDI thru boxes are dynamically created and no -M option
is required anymore, so -M was removed.
- MIDI ports are exposed with a new ``midi/N'' name, rather
than abusing MIDI thru boxes.
with help from armani@, ok deraadt@
Diffstat (limited to 'lib/libsndio/sndio.7')
-rw-r--r-- | lib/libsndio/sndio.7 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libsndio/sndio.7 b/lib/libsndio/sndio.7 index 78461bc75ef..e1340a54a2e 100644 --- a/lib/libsndio/sndio.7 +++ b/lib/libsndio/sndio.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndio.7,v 1.10 2012/05/23 19:25:11 ratchov Exp $ +.\" $OpenBSD: sndio.7,v 1.11 2012/11/23 07:03:28 ratchov Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 23 2012 $ +.Dd $Mdocdate: November 23 2012 $ .Dt SNDIO 7 .Os .Sh NAME @@ -93,6 +93,9 @@ Audio device exposed by .It Pa midithru MIDI thru box created with .Xr sndiod 1 . +.It Pa midi +MIDI port exposed by +.Xr sndiod 1 . .It Pa default Any audio device or MIDI port. .El |