Mercurial > hg > vamp-known-plugins-rdf
diff plugins/vamp-example-plugins.n3 @ 5:83a9e848e530
* Update Vamp example plugins RDF, add user doc
author | Chris Cannam |
---|---|
date | Fri, 14 Nov 2008 11:55:26 +0000 |
parents | 56407739b1c3 |
children | b31e0d4a1925 |
line wrap: on
line diff
--- a/plugins/vamp-example-plugins.n3 Wed Oct 29 17:18:40 2008 +0000 +++ b/plugins/vamp-example-plugins.n3 Fri Nov 14 11:55:26 2008 +0000 @@ -27,8 +27,10 @@ dc:title "Amplitude Follower" ; vamp:name "Amplitude Follower" ; dc:description "Track the amplitude of the audio signal" ; - foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here -# cc:license <Place plugin license URI here and uncomment> ; + foaf:page <http://www.vamp-plugins.org/plugin-doc/vamp-example-plugins.html#amplitudefollower> ; + foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; + cc:license <http://creativecommons.org/licenses/BSD/> ; + dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "amplitudefollower" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "1" ; @@ -73,8 +75,10 @@ dc:title "Simple Fixed Tempo Estimator" ; vamp:name "Simple Fixed Tempo Estimator" ; dc:description "Study a short section of audio and estimate its tempo, assuming the tempo is constant" ; - foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here -# cc:license <Place plugin license URI here and uncomment> ; + foaf:page <http://www.vamp-plugins.org/plugin-doc/vamp-example-plugins.html#fixedtempo> ; + foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; + cc:license <http://creativecommons.org/licenses/BSD/> ; + dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "fixedtempo" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "1" ; @@ -143,8 +147,10 @@ dc:title "Simple Percussion Onset Detector" ; vamp:name "Simple Percussion Onset Detector" ; dc:description "Detect percussive note onsets by identifying broadband energy rises" ; - foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here -# cc:license <Place plugin license URI here and uncomment> ; + foaf:page <http://www.vamp-plugins.org/plugin-doc/vamp-example-plugins.html#percussiononsets> ; + foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; + cc:license <http://creativecommons.org/licenses/BSD/> ; + dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "percussiononsets" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "2" ; @@ -199,12 +205,35 @@ vamp:bin_names ( ""); vamp:computes_signal_type af:OnsetDetectionFunction ; . +plugbase:powerspectrum a vamp:Plugin ; + dc:title "Simple Power Spectrum" ; + vamp:name "Simple Power Spectrum" ; + dc:description "Return the power spectrum of a signal" ; + foaf:page <http://www.vamp-plugins.org/plugin-doc/vamp-example-plugins.html#powerspectrum> ; + foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; + cc:license <http://creativecommons.org/licenses/BSD/> ; + dc:rights "Freely redistributable (BSD license)" ; + vamp:identifier "powerspectrum" ; + vamp:vamp_API_version vamp:api_version_2 ; + owl:versionInfo "1" ; + vamp:input_domain vamp:FrequencyDomain ; + + vamp:output plugbase:powerspectrum_output_powerspectrum ; + . +plugbase:powerspectrum_output_powerspectrum a vamp:DenseOutput ; + vamp:identifier "powerspectrum" ; + dc:title "Power Spectrum" ; + dc:description "Power values of the frequency spectrum bins calculated from the input signal" ; + vamp:computes_signal_type af:Signal ; + . plugbase:spectralcentroid a vamp:Plugin ; dc:title "Spectral Centroid" ; vamp:name "Spectral Centroid" ; dc:description "Calculate the centroid frequency of the spectrum of the input signal" ; - foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here -# cc:license <Place plugin license URI here and uncomment> ; + foaf:page <http://www.vamp-plugins.org/plugin-doc/vamp-example-plugins.html#spectralcentroid> ; + foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; + cc:license <http://creativecommons.org/licenses/BSD/> ; + dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "spectralcentroid" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "2" ; @@ -237,8 +266,10 @@ dc:title "Zero Crossings" ; vamp:name "Zero Crossings" ; dc:description "Detect and count zero crossing points" ; - foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; # FIXME could give plugin author's URI here -# cc:license <Place plugin license URI here and uncomment> ; + foaf:page <http://www.vamp-plugins.org/plugin-doc/vamp-example-plugins.html#zerocrossing> ; + foaf:maker [ foaf:name "Vamp SDK Example Plugins" ] ; + cc:license <http://creativecommons.org/licenses/BSD/> ; + dc:rights "Freely redistributable (BSD license)" ; vamp:identifier "zerocrossing" ; vamp:vamp_API_version vamp:api_version_2 ; owl:versionInfo "2" ;