Skip to content

Rust abstraction for the cross-platform audio library Cubeb

License

Notifications You must be signed in to change notification settings

Limeth/cubeb-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discontinued

This project has been discontinued in favour of the official Mozilla wrapper.

cubeb-rs

Rust abstraction for the cross-platform audio library Cubeb

Developer notes

Generating the src/ffi.rs

In order to update the src/ffi.rs, you need the bindgen utility installed. Next, you should be able to run the following command from the project root directory:

bindgen -o src/ffi.rs cubeb/include/cubeb/cubeb.h --distrust-clang-mangling -- -Icubeb/build/exports

About

Rust abstraction for the cross-platform audio library Cubeb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages