diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-08-24 18:04:07 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-08-24 18:04:07 +0000 |
commit | 77a232816efc7e4b19d5fd9be54a48dc6dacd036 (patch) | |
tree | b9e218d4c0b852014e032cb16664923a3c22ef56 /audio/Makefile | |
parent | Fix installation when NOPORTDOCS is specified. (diff) |
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.
WWW: http://aubio.org/
Notes
Notes:
svn path=/head/; revision=219094
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 7ee6e27eaa73..8f0422819da9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -42,6 +42,7 @@ SUBDIR += asunder SUBDIR += atunes SUBDIR += aube + SUBDIR += aubio SUBDIR += audacious-crossfade SUBDIR += audacious-dumb SUBDIR += audacious-mac |