Crates.io | libsoxr |
lib.rs | libsoxr |
version | 0.2.9 |
source | src |
created_at | 2020-12-24 14:08:21.036885 |
updated_at | 2023-04-12 13:24:52.05103 |
description | Wrapper for libsoxr (resampling library for sounds) |
homepage | |
repository | https://github.com/lrbalt/libsoxr-rs |
max_upload_size | |
id | 326901 |
size | 1,412,323 |
This library is a thin wrapper for libsoxr which is a "High quality, one-dimensional sample-rate conversion library".
For direct access to the native libsoxr functions, you can use the libsoxr-sys crate. The documentation including examples can be found here.
This wrapper library is licensed the same as libsoxr itself: LGPLv2.