slackbuilds/libraries/stk
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README libraries/stk: Added (audio processing library). 2013-10-27 20:54:01 +01:00
slack-desc libraries/stk: Added (audio processing library). 2013-10-27 20:54:01 +01:00
stk.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
stk.info libraries/stk: Added (audio processing library). 2013-10-27 20:54:01 +01:00

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-audio-connection-kit, for JACK audio API support

Build Options:

STK has 3 audio APIs to choose from, that you can control
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-audio-connection-kit)