| Crates.io | linux-audio |
| lib.rs | linux-audio |
| version | 0.1.0 |
| created_at | 2025-08-02 22:24:41.292148+00 |
| updated_at | 2025-08-02 22:24:41.292148+00 |
| description | Client for the Linux kernel audio APIs. |
| homepage | |
| repository | https://github.com/apparentlymart/rust-linux-audio |
| max_upload_size | |
| id | 1779164 |
| size | 27,667 |
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.