=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/audio-port.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- www/Attic/audio-port.html 2007/06/01 19:54:48 1.10 +++ www/Attic/audio-port.html 2009/05/29 13:22:38 1.11 @@ -59,6 +59,26 @@ necessary, though. Read through the next part.

Writing OpenBSD code

+ +

libsndio

+

+ OpenBSD has its own audio layer provided by the sndio library, + documented in + sio_open(4). + Until it's merged into this page, you can find further information + about programming for this API in the guide, + hints on + writing and porting audio code. + sndio allows user processes to access +audio(4) + hardware and the +aucat(1) + audio server in a uniform way. + It supports full-duplex operation, and when used with the +aucat(1) + server it supports resampling and format conversions on the fly. +

+

Hardware independence

@@ -271,6 +291,6 @@ Porting www@openbsd.org -
$OpenBSD: audio-port.html,v 1.10 2007/06/01 19:54:48 aanriot Exp $ +
$OpenBSD: audio-port.html,v 1.11 2009/05/29 13:22:38 sthen Exp $