Registry / other / libsonic

libsonic

JSON →
library0.2.0vcpkgunverified

Simple library to speed up or slow down speech

vcpkg install libsonic
INSTALL
IMPORT
SIG · LIBSONIC
L
libsonic
othercppv0.2.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.

sonic/sonic.h
#include <sonic/sonic.h>

Create sonic stream and set speed

#include "sonic/sonic.h" #include <iostream> int main() { sonicStream stream = sonicCreateStream(44100, 1); sonicSetSpeed(stream, 1.5f); std::cout << "Sonic stream created\n"; sonicDestroyStream(stream); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libsonic — pip install libsonic · libregistry