#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

#738 in Audio

Download history 202/week @ 2023-12-12 186/week @ 2023-12-19 145/week @ 2023-12-26 392/week @ 2024-01-02 193/week @ 2024-01-09 308/week @ 2024-01-16 282/week @ 2024-01-23 153/week @ 2024-01-30 27/week @ 2024-02-06 160/week @ 2024-02-13 104/week @ 2024-02-20 85/week @ 2024-02-27 41/week @ 2024-03-05 62/week @ 2024-03-12 49/week @ 2024-03-19 47/week @ 2024-03-26

223 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