From: Érico Rolim <erico.erc_at_gmail.com> --- index.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 0b23f62..ee8ff61 100644 --- a/index.html +++ b/index.html _at_@ -34,8 +34,8 @@ Sndio is a small audio and MIDI framework part of the OpenBSD project and ported to FreeBSD, Linux and NetBSD. It provides a lightweight audio & MIDI server and a fully -documented user-space API to access either the server or directly the -hardware in a uniform way. +documented user-space API to access either the server or the hardware +directly in a uniform way. Sndio is designed to work for desktop applications, but pays special attention to synchronization mechanisms and reliability required by _at_@ -47,8 +47,8 @@ project goals. <h2>Operating systems supporting sndio</h2> <p> -This source code builds on any OpenBSD, Linux, or FreeBSD -system with no modifications. +This source code builds on any OpenBSD, Linux, and FreeBSD +systems with no modifications. Patches to make sndio build on NetBSD are available in the ports tree. _at_@ -70,8 +70,8 @@ NetBSD, in the ports tree </ul> <p> -Porting sndio, consists of writing a module for the sndio library; -it is around a thousand lines of C. +Porting sndio consists of writing a module for the sndio library; +it takes around a thousand lines of C. The sndio daemon itself uses this library for audio I/O so it requires virtually no porting efforts. _at_@ -79,7 +79,7 @@ virtually no porting efforts. <h2>Programs supporting sndio</h2> <p> -Many open-source programs including major media-players, web-browsers, +Many open-source programs, including major media-players, web-browsers, audio libraries and utilities have native sndio support. Other programs have patches in the OpenBSD ports tree waiting for _at_@ -124,7 +124,7 @@ The complete documentation is part of the OpenBSD project: <li> <a href="https://man.openbsd.org/sndiod">sndiod(8)</a> -- audio & MIDI server manual +- audio & MIDI server manual <li> <a href="https://man.openbsd.org/sio_open">sio_open(3)</a> _at_@ -134,6 +134,10 @@ The complete documentation is part of the OpenBSD project: <a href="https://man.openbsd.org/mio_open">mio_open(3)</a> - MIDI programming interface +<li> +<a href="https://man.openbsd.org/sioctl_open">sioctl_open(3)</a> +- audio parameters interface + </ul> <p> -- 2.29.2Received on Mon Dec 14 2020 - 02:10:58 CET
This archive was generated by hypermail 2.3.0 : Tue Aug 09 2022 - 16:23:50 CEST