Rust API bindings and wrappers for alsactl library to operate ALSA Control character device.
The alsactl library version 0.3.0 is the minimum supported version for underlying library.
The alsactl crate is automatically generated by gir tool provided by gtk-rs project. ALSACtl-0.0 file from alsactl library is used for the generation. But some functions are implemented manually.
Add the following line to your Cargo.toml file:
[dependencies]
alsactl = "0.7"
The API documentation is available in https://docs.rs/alsactl/.
The alsactl crate is released under MIT license.
The alsactl crate depends on API crates provided by gtk-rs project for type/object system, event loop, and dispacher.
The alsactl crate is the part of ALSA project and maintained by ALSA gobject-introspection team. The remote repository is located in https://github.com/alsa-project/alsa-gobject-rs.
If finding issue, please file it in https://github.com/alsa-project/alsa-gobject-rs.
Some programs are available under examples
directory.
-
dump-elem-data.rs
- demonstration to dump information and current values of elements available in a sound card.