1 unstable release
0.3.2 | Jul 28, 2021 |
---|---|
0.3.1 |
|
#607 in Audio
2,955 downloads per month
Used in 5 crates
(via quad-snd)
285KB
9K
SLoC
Fork of https://github.com/diwic/alsa-sys
alsa-sys
Rust raw FFI bindings for ALSA.
To avoid too long build times, the finished binding is committed into this
repository. If you would prefer to generate the bindings at build time, there
is a use-bindings
feature to do so.
Regenerating bindings
To regenerate the bindings yourself, run regenerate_bindings.sh
. This
will generate the bindings in the build script, and run the
regenerate_bindings
binary, which copies the generated bindings into
src/
.
Dependencies
~160KB