| Crates.io | bungee-sys |
| lib.rs | bungee-sys |
| version | 0.1.1 |
| created_at | 2025-09-28 12:18:24.227108+00 |
| updated_at | 2025-09-28 12:18:24.227108+00 |
| description | Low-level Rust FFI bindings for the Bungee audio time-stretching library |
| homepage | |
| repository | https://github.com/emuell/bungee-rs |
| max_upload_size | |
| id | 1858280 |
| size | 17,828,400 |
bungee-sys provides low-level, unsafe Rust bindings for the Bungee C++ audio time-stretching and pitch-shifting library.
See also bungee-rs which uses this crate to provide somewhat safer and more high-level bindings.
Note: When building this crate locally, clone the repository with git clone --recurse-submodules <url>. It contains the bungee C++ source code as git submodule.
bungee-sys is licensed under the MPL-2.0 license, consistent with the upstream Bungee C++ library.