Registry / utility / libsbsms

libsbsms

JSON →
library2.3.0vcpkgunverified

libsbsms is a library for high quality time and pitch scale modification of digital audio. It uses octave subband sinusoidal modeling.

vcpkg install libsbsms
INSTALL
IMPORT
SIG · LIBSBSMS
L
libsbsms
utilitycppv2.3.0
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.

sbsms/sbsms.h
#include <sbsms/sbsms.h>

Time and pitch scale modification of audio

#include <sbsms/sbsms.h> #include <vector> int main() { std::vector<float> audio(44100, 0.0f); sbsms::SBSMS *sbsms = sbsms::SBSMS::create(audio.data(), audio.size(), 44100, 1.0, 1.0); delete sbsms; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libsbsms — pip install libsbsms · libregistry