#alsa #sound

bin+lib quad-alsa-sys

For of original alsa-sys, but with pkg-config replaced with -lasound

1 unstable release

0.3.2 Jul 28, 2021
0.3.1 Jul 27, 2021

#665 in Audio

Download history 484/week @ 2023-12-17 337/week @ 2023-12-24 216/week @ 2023-12-31 418/week @ 2024-01-07 420/week @ 2024-01-14 373/week @ 2024-01-21 276/week @ 2024-01-28 413/week @ 2024-02-04 543/week @ 2024-02-11 730/week @ 2024-02-18 537/week @ 2024-02-25 568/week @ 2024-03-03 629/week @ 2024-03-10 662/week @ 2024-03-17 673/week @ 2024-03-24 954/week @ 2024-03-31

3,009 downloads per month
Used in 5 crates (via quad-snd)

MIT license

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

~150KB