diff options
Diffstat (limited to 'audio/clam/README')
-rw-r--r-- | audio/clam/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/clam/README b/audio/clam/README new file mode 100644 index 0000000000..f5d04d76ee --- /dev/null +++ b/audio/clam/README @@ -0,0 +1,14 @@ +clam (C++ Library for Audio and Music) + +*** This is NOT anti-virus software! If you're looking for that, *** +search for "clamav". + +CLAM is a software framework for research and application development +on the audio and music domain. It provides means to perform complex +audio signal analysis, transformations and synthesis. It also provides a +uniform interface to common tasks on audio applications such as accessing +audio devices and audio files, thread safe communication with the user +interface and DSP algorithms recombination and scaling. + +This requires scons, ladspa_sdk, id3lib, portaudio, libsndfile, +jack-audio-connection-kit, and xerces-c. |