diff options
author | B. Watson <yalhcru@gmail.com> | 2011-08-09 16:30:11 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-09 16:30:11 -0300 |
commit | 70f3daff01faa18272eee054a3ee186a09ebdba8 (patch) | |
tree | 9c9714fcb35024a3f18a72e60c00b4c7bc658d5b /audio/sonic-visualiser/README | |
parent | d2dd7e84f591d429b3a897b558f7c027d36f7e8a (diff) | |
download | slackbuilds-70f3daff01faa18272eee054a3ee186a09ebdba8.tar.gz |
audio/sonic-visualiser: Added (audio file visualiser)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/sonic-visualiser/README')
-rw-r--r-- | audio/sonic-visualiser/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/sonic-visualiser/README b/audio/sonic-visualiser/README new file mode 100644 index 0000000000..11b3545797 --- /dev/null +++ b/audio/sonic-visualiser/README @@ -0,0 +1,14 @@ +Sonic Visualiser is an application for viewing and analysing the contents +of music audio files. The aim of Sonic Visualiser is to be the first +program you reach for when want to study a musical recording rather than +simply listen to it. + +This requires ladspa_sdk, vamp-plugin-sdk, rubberband, and liblrdf. +Also, one (or both) of either jack-audio-connection-kit or portaudio is +required for audio playback. + +Note to x86_64 users: if sonic-visualiser can't seem to find +any VAMP plugins you've installed, you may have to 'export +VAMP_PATH=/usr/lib64/vamp'. The SBo vamp-plugin-sdk (v2.1, build +2) package at the time of this writing still defaults to using +/usr/lib/vamp. Future builds of vamp-plugin-sdk should address this. |