Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ibara/sndio
- Owner: ibara
- Created: 2021-03-29T22:59:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T15:02:36.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T19:46:23.980Z (3 months ago)
- Topics: audio, d, dlang, dlanguage, freebsd, linux, netbsd, openbsd, sndio, sound, unix
- Language: D
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Dei: deimos/sndio.d
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).