diff options
author | B. Watson <yalhcru@gmail.com> | 2011-07-13 04:28:23 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:05 -0300 |
commit | 6eed232d6a6a8f99e504bb9dc90722e6b33ce3b7 (patch) | |
tree | 8df7263074499a9b3013bc02b376f61de888e84b /audio/ecasound/README | |
parent | fa3dbeb1532a1472acb9106c7fe80b9a86a8fd63 (diff) | |
download | slackbuilds-6eed232d6a6a8f99e504bb9dc90722e6b33ce3b7.tar.gz |
audio/ecasound: Added (multitrack audio processing)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/ecasound/README')
-rw-r--r-- | audio/ecasound/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/ecasound/README b/audio/ecasound/README new file mode 100644 index 0000000000..9d4adc42d5 --- /dev/null +++ b/audio/ecasound/README @@ -0,0 +1,23 @@ +Ecasound is a software package designed for multitrack audio +processing. It can be used for simple tasks like audio playback, recording +and format conversions, as well as for multitrack effect processing, +mixing, recording and signal recycling. Ecasound supports a wide range of +audio inputs, outputs and effect algorithms. Effects and audio objects +can be combined in various ways, and their parameters can be controlled +by operator objects like oscillators and MIDI-CCs. A versatile console +mode user-interface is included in the package. + +Optional compile-time dependencies (auto-detected at build time): +- jack-audio-connection-kit (for realtime audio capture/playback) +- liblo (for OSC [Open Sound Control] support) + +Optional runtime dependencies: +- lame - required for mp3 output. +- TiMidity++ - required for MIDI .mid file input. +- libmikmod - required for tracker file support (such as .mod files). +- set_rlimits - used to run ecasound with realtime priority (but see the + jack-audio-connection-kit README for an alternative) + +Note: If you have cmt installed and you experience glibc double-free +errors when ecasound exits, upgrade your cmt package to 1.16-2_SBo or +higher. This is NOT a bug in ecasound. |