Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installing build dependencies

On 32-bit platforms, you also need a working C compiler.

Debian/Ubuntu/Mint

sudo apt install libasound2-dev

Fedora/Centos

dnf install alsa-lib-devel

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/.

About

Rust raw FFI bindings for ALSA

Resources

Stars

22 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages