Registry / utility / bungee

bungee

JSON →
library2.4.15vcpkgunverified

C++ library for time-stretching and pitch-shifting audio with high quality in realtime or offline

vcpkg install bungee
INSTALL
IMPORT
SIG · BUNGEE
B
bungee
utilitycppv2.4.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bungee/bungee.h
#include <bungee/bungee.h>

Time-stretch audio by 1.5x using Bungee

#include <bungee/bungee.h> #include <vector> int main() { Bungee bungee; bungee.setTimeStretch(1.5f); // 50% faster std::vector<float> input(1024, 0.0f); std::vector<float> output(2048, 0.0f); int outFrames = bungee.process(input.data(), 1024, output.data(), 2048); return 0; }
Debug
Known issues
gotchaReal-time processing may introduce latency; ensure buffer sizes are appropriate for your use case.
fix
Tune buffer sizes and algorithm parameters (e.g., window size) based on latency requirements.
affects: *
Upgrade
Version history
2.4.15latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

bungee — pip install bungee · libregistry