summaryrefslogtreecommitdiffstats
path: root/audio-libs/aubio/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/aubio/DETAILS')
-rwxr-xr-xaudio-libs/aubio/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio-libs/aubio/DETAILS b/audio-libs/aubio/DETAILS
new file mode 100755
index 0000000000..da796e6e32
--- /dev/null
+++ b/audio-libs/aubio/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=aubio
+ VERSION=0.3.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://aubio.org/pub/$SOURCE
+ SOURCE_HASH=sha512:b3d8445716c0cde02ee1e7b036864598ec7562d8a938a61f644c384d80e95601abcb6e713cdaab7b2613f6f4f27db1cfafa7c23824c61f504e83d11fefdee8fc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://aubio.org/
+ LICENSE[0]=GPL
+ ENTERED=20080710
+ SHORT="library for audio labelling"
+cat << EOF
+aubio is a library for audio labelling. Its features include segmenting a
+sound file before each of its attacks, performing pitch detection, tapping the
+beat and producing midi streams from live audio. The name aubio comes from
+'audio' with a typo: several transcription errors are likely to be found in
+the results too.
+
+The aim of this project is to provide these automatic labelling features to
+other audio softwares. Functions can be used offline in sound editors and
+software samplers, or online in audio effects and virtual instruments.
+EOF