sndio-sys 0.0.1

Bindings for OpenBSD's sndio.
Documentation
  • Coverage
  • 0.25%
    1 out of 402 items documented0 out of 31 items with examples
  • Size
  • Source code size: 15.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.74 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mjkillough/sioctl-rs
    4 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mjkillough

sndio-sys

Bindings for sndio.

This crate provides low-level bindings for sndio generated using bindgen.

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.

See sndio documentation for more information about each API:

  • sio_open and other sio_* methods for accessing the audio server for playback/recording.
  • mio_open and other mio_* methods for accessing MIDI hardware.
  • sioctl_open and other sioctl_* methods for accessing control parameters of audio devices.