slackbuilds/libraries/stk
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
stk.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
stk.info

README

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. STK was designed to facilitate rapid
development of music synthesis and audio processing software, with
an emphasis on cross-platform functionality, realtime control,
ease of use, and educational example code.

Optional dependencies:
* oss, for OSS audio API support
* jack, for JACK audio API support

Build Options:

STK has 3 audio APIs to choose from, that you can control by
passing the AUDIOAPI variable value to the slackbuild.

AUDIOAPI=alsa (default, choose native ALSA API support)

AUDIOAPI=oss (choose native OSS API support, requires oss)

AUDIOAPI=jack (choose native JACK server API support, requires jack)