linux-audio 0.1.0

Client for the Linux kernel audio APIs.
Documentation
1
2
3
4
5
6
7
8
# 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.