diff options
author | B. Watson <yalhcru@gmail.com> | 2011-08-09 17:19:45 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-09 17:19:45 -0300 |
commit | 589edfbce7d4a5f00779effb02fb4f82eaed6dbf (patch) | |
tree | 5ac607f3412a48ab74a5d1c3e30acbf4d031756b /audio/nnls-chroma/README | |
parent | 70f3daff01faa18272eee054a3ee186a09ebdba8 (diff) | |
download | slackbuilds-589edfbce7d4a5f00779effb02fb4f82eaed6dbf.tar.gz |
audio/nnls-chroma: Added (vamp plugin library)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/nnls-chroma/README')
-rw-r--r-- | audio/nnls-chroma/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/nnls-chroma/README b/audio/nnls-chroma/README new file mode 100644 index 0000000000..b418f666f0 --- /dev/null +++ b/audio/nnls-chroma/README @@ -0,0 +1,17 @@ +nnls-chroma is an open source Vamp plugin library for harmony and chord +extraction with some features aimed at amateur musicians, and some at +music information retrieval researchers. It contains the Chordino, +NNLS Chroma and Tuning plugins described below. Their main features are: + +* Chordino: a simple, no frills chord transcription method based on NNLS +Chroma features, +* NNLS Chroma: high-quality chroma features for harmony visualisation +or further processing, +* Tuning: an estimate of the 'concert pitch' tuning. + + +Note to x86_64 users: if your VAMP host application can't seem to find +the plugins, 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. |