#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

#745 in Audio

Download history 238/week @ 2024-01-07 260/week @ 2024-01-14 349/week @ 2024-01-21 107/week @ 2024-01-28 98/week @ 2024-02-04 140/week @ 2024-02-11 88/week @ 2024-02-18 98/week @ 2024-02-25 55/week @ 2024-03-03 55/week @ 2024-03-10 53/week @ 2024-03-17 37/week @ 2024-03-24 68/week @ 2024-03-31 56/week @ 2024-04-07 40/week @ 2024-04-14 15/week @ 2024-04-21

184 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