#resampling #sound #sox #soxr

sys libsoxr-sys

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

5 releases

0.1.4 Apr 12, 2023
0.1.3 Feb 1, 2022
0.1.2 Jan 5, 2021
0.1.1 Dec 24, 2020
0.1.0 Dec 24, 2020

#959 in Audio

Download history 107/week @ 2024-07-25 169/week @ 2024-08-01 206/week @ 2024-08-08 163/week @ 2024-08-15 122/week @ 2024-08-22 42/week @ 2024-08-29 28/week @ 2024-09-05 44/week @ 2024-09-12 67/week @ 2024-09-19 106/week @ 2024-09-26 39/week @ 2024-10-03 52/week @ 2024-10-10 46/week @ 2024-10-17 112/week @ 2024-10-24 133/week @ 2024-10-31 102/week @ 2024-11-07

399 downloads per month
Used in 5 crates (2 directly)

LGPL-2.0

18KB
477 lines

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


lib.rs:

libsoxr-sys

This crate is generated from libsoxr using bindgen.

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

Dependencies