diff options
Diffstat (limited to 'audio/sndio/README')
-rw-r--r-- | audio/sndio/README | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/audio/sndio/README b/audio/sndio/README index 31ad90d588..6e31f8daea 100644 --- a/audio/sndio/README +++ b/audio/sndio/README @@ -1,8 +1,13 @@ -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 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 music -applications. Reliability through simplicity are part of the project -goals. +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 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 music applications. Reliability through simplicity are +part of the project goals. + +Before running the SlackBuild script, you must create a sndiod user: + + # mkdir -p /var/run/sndiod + # useradd -u 389 -g audio -d /var/run/sndiod sndiod |