diff options
author | trasz <trasz@FreeBSD.org> | 2008-08-25 02:04:07 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2008-08-25 02:04:07 +0800 |
commit | ac0a3a1e2bdffa70a0a36fbfd014bb725930911e (patch) | |
tree | 6ae139b31b4734e41c53720df76158557d18871e /audio/Makefile | |
parent | 69079a0c5a43654c019672475911108584a4b32d (diff) | |
download | freebsd-ports-gnome-ac0a3a1e2bdffa70a0a36fbfd014bb725930911e.tar.gz freebsd-ports-gnome-ac0a3a1e2bdffa70a0a36fbfd014bb725930911e.tar.zst freebsd-ports-gnome-ac0a3a1e2bdffa70a0a36fbfd014bb725930911e.zip |
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/
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 |