linux-audio 0.1.0

Client for the Linux kernel audio APIs.
Documentation
  • Coverage
  • 8.42%
    25 out of 297 items documented0 out of 10 items with examples
  • Size
  • Source code size: 27.18 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.81 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • apparentlymart

Rust API for Linux Audio Drivers

The crate linux-audio wraps linux-io to provide more access to the Linux audio API without depending on any C libraries.

Initial work is focused only on low-level ioctl request definitions for use with linux_io::File::ioctl. It might later grow to include some more convenient wrappers, but will always be relatively low-level.