Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ibara/sndio

D bindings for sndio.
https://github.com/ibara/sndio

audio d dlang dlanguage freebsd linux netbsd openbsd sndio sound unix

Last synced: about 1 month ago
JSON representation

D bindings for sndio.

Awesome Lists containing this project

README

        

sndio
=====
[Sndio](https://sndio.org/) is a small audio and MIDI framework part of
the [OpenBSD](https://www.openbsd.org/) 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.

This package provides D bindings for version 1.7.0 of sndio.

License
-------
Sndio is released under the
[ISC License](https://github.com/ibara/sndio/blob/main/C/sndio.h#L3).