diff options
author | Gabriel Magno <gabrielmagno1@gmail.com> | 2013-10-27 15:27:16 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2013-10-27 20:54:01 +0100 |
commit | 14e780f2a84f5ec752161585ccd780fd4b72e5a4 (patch) | |
tree | 614e339096f1c41e6d1dc1433f9d6d1d194cdfb1 /libraries/stk/README | |
parent | 05d26f558bc584df634ace8e80e3b8fa17500b2a (diff) | |
download | slackbuilds-14e780f2a84f5ec752161585ccd780fd4b72e5a4.tar.gz |
libraries/stk: Added (audio processing library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/stk/README')
-rw-r--r-- | libraries/stk/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libraries/stk/README b/libraries/stk/README new file mode 100644 index 0000000000..0bc1bf34a6 --- /dev/null +++ b/libraries/stk/README @@ -0,0 +1,22 @@ +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) |