Skip to content

Rust raw FFI bindings for libsoxr (resampling library for sounds)

Notifications You must be signed in to change notification settings

giangndm/libsoxr-sys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsoxr-sys

Rust raw FFI bindings for libsoxr which is a "High quality, one-dimensional sample-rate conversion library".

This wrapper library is licensed the same as libsoxr itself: LGPLv2.

To avoid too long build times, the finished binding is committed into this repository. If you need to regenerate it, run regenerate_bindings.sh (and have bindgen set up when you do so).

Documentation

The documentation for this library can be found in the original C header file soxr.h of libsoxr.

Thanks

Inspiration for the setup of this crate comes from alsa-sys

About

Rust raw FFI bindings for libsoxr (resampling library for sounds)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.3%
  • Shell 0.7%