bungee-sys

Crates.iobungee-sys
lib.rsbungee-sys
version0.1.1
created_at2025-09-28 12:18:24.227108+00
updated_at2025-09-28 12:18:24.227108+00
descriptionLow-level Rust FFI bindings for the Bungee audio time-stretching library
homepage
repositoryhttps://github.com/emuell/bungee-rs
max_upload_size
id1858280
size17,828,400
Eduard Müller / taktik (emuell)

documentation

README

Low-level Rust FFI Bindings for Bungee Audio Time-Stretching Library

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.

Prerequisites

  • Rust toolchain (stable)
  • C++17 compatible compiler (msvc, clang++ or g++)
  • CMake (for building Bungee dependencies)

License

bungee-sys is licensed under the MPL-2.0 license, consistent with the upstream Bungee C++ library.

Commit count: 0

cargo fmt