Registry / other / libstk

libstk

JSON →
library4.6.1vcpkgunverified

The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language.

vcpkg install libstk
INSTALL
IMPORT
SIG · LIBSTK
L
libstk
othercppv4.6.1
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.

Stk.h
#include <Stk.h>

Generate a 440 Hz sine wave sample

#include <Stk.h> #include <SineWave.h> stk::Stk::setSampleRate(44100.0); stk::SineWave sine; sine.setFrequency(440.0); // Generate one sample stk::StkFloat sample = sine.tick();
Debug
Known issues
gotchaSTK may require real-time audio drivers (RtAudio, JACK, etc.) for output
fix
Link with RtAudio or another audio driver library and initialize it before using STK
affects: all
Upgrade
Version history
4.6.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

libstk — pip install libstk · libregistry