# HG changeset patch # User Paul Brossier # Date 1422908028 -3600 # Node ID e0db793df4a3ea566d35a7e4157b3d37327a8bf6 # Parent 3aee7fc5c39cd1b856030ea452de7abfe62f033e vamp-aubio.n3: update links and download locations, patch from Chris Cannam diff -r 3aee7fc5c39c -r e0db793df4a3 vamp-aubio.n3 --- a/vamp-aubio.n3 Sat Jan 31 17:35:07 2015 +0100 +++ b/vamp-aubio.n3 Mon Feb 02 21:13:48 2015 +0100 @@ -6,6 +6,7 @@ @prefix dc: . @prefix af: . @prefix foaf: . +@prefix doap: . @prefix cc: . @prefix : <#> . @@ -13,8 +14,22 @@ foaf:maker ; foaf:primaryTopic . +:maker + foaf:name "Paul Brossier" ; + foaf:logo ; + foaf:page . + :vamp-aubio a vamp:PluginLibrary ; vamp:identifier "vamp-aubio" ; + dc:title "Vamp Aubio plugins" ; + dc:description "The Vamp Aubio Plugins provide methods from Paul Brossier's aubio annotation library, including beat and tempo tracking, onset detection, pitch detection, note tracking, silence detector, and Mel-frequency cepstral coefficients." ; + foaf:maker :maker ; + foaf:page ; + doap:download-page ; + vamp:has_source true ; + vamp:has_binary "win32" ; + vamp:has_binary "osx" ; + vamp:has_binary "linux64" ; vamp:available_plugin plugbase:aubionotes ; vamp:available_plugin plugbase:aubioonset ; vamp:available_plugin plugbase:aubiopitch ; @@ -23,14 +38,14 @@ vamp:available_plugin plugbase:aubiomfcc ; vamp:available_plugin plugbase:aubiomelenergy ; vamp:available_plugin plugbase:aubiospecdesc ; -# foaf:page ; . plugbase:aubionotes a vamp:Plugin ; dc:title "Aubio Note Tracker" ; vamp:name "Aubio Note Tracker" ; + vamp:category "Notes" ; dc:description """Estimate note onset positions, pitches and durations""" ; - foaf:maker [ foaf:name "Paul Brossier (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license ; vamp:identifier "aubionotes" ; @@ -172,8 +187,9 @@ plugbase:aubioonset a vamp:Plugin ; dc:title "Aubio Onset Detector" ; vamp:name "Aubio Onset Detector" ; + vamp:category "Time > Onsets" ; dc:description """Estimate note onset times""" ; - foaf:maker [ foaf:name "Paul Brossier (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license ; vamp:identifier "aubioonset" ; @@ -269,8 +285,9 @@ plugbase:aubiopitch a vamp:Plugin ; dc:title "Aubio Pitch Detector" ; vamp:name "Aubio Pitch Detector" ; + vamp:category "Pitch" ; dc:description """Track estimated note pitches""" ; - foaf:maker [ foaf:name "Paul Brossier (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license ; vamp:identifier "aubiopitch" ; @@ -358,8 +375,9 @@ plugbase:aubiosilence a vamp:Plugin ; dc:title "Aubio Silence Detector" ; vamp:name "Aubio Silence Detector" ; + vamp:category "Low Level Features" ; dc:description """Detect levels below a certain threshold""" ; - foaf:maker [ foaf:name "Paul Brossier (plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license ; vamp:identifier "aubiosilence" ; @@ -427,8 +445,9 @@ plugbase:aubiotempo a vamp:Plugin ; dc:title "Aubio Beat Tracker" ; vamp:name "Aubio Beat Tracker" ; + vamp:category "Time > Tempo" ; dc:description """Estimate the musical tempo and track beat positions""" ; - foaf:maker [ foaf:name "Paul Brossier (method by Matthew Davies, plugin by Chris Cannam)" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license ; vamp:identifier "aubiotempo" ; @@ -503,8 +522,9 @@ plugbase:aubiomfcc a vamp:Plugin ; dc:title "Aubio Mfcc Extractor" ; vamp:name "Aubio Mfcc Extractor" ; + vamp:category "Low Level Features" ; dc:description """Detect levels below a certain threshold""" ; - foaf:maker [ foaf:name "Paul Brossier" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license ; vamp:identifier "aubiomfcc" ; @@ -552,8 +572,9 @@ plugbase:aubiomelenergy a vamp:Plugin ; dc:title "Aubio Mel-Frequency Bands Extractor" ; vamp:name "Aubio Mel-Energy Bands Extractor" ; + vamp:category "Low Level Features" ; dc:description """Compute energy in each 40 mel-frequency bands""" ; - foaf:maker [ foaf:name "Paul Brossier" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license ; vamp:identifier "aubiomelenergy" ; @@ -589,8 +610,9 @@ plugbase:aubiospecdesc a vamp:Plugin ; dc:title "Aubio Spectral Descriptor" ; vamp:name "Aubio Spectral Descriptor" ; + vamp:category "Low Level Features" ; dc:description """Compute spectral description function""" ; - foaf:maker [ foaf:name "Paul Brossier" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL""" ; # cc:license ; vamp:identifier "aubiospecdesc" ;