Mercurial > hg > vamp-aubio-plugins
changeset 72:47b34cd708d3
vamp-aubio.n3: added onset detection function and threshold odf
author | Paul Brossier <piem@piem.org> |
---|---|
date | Wed, 28 Jan 2015 13:28:22 +0100 |
parents | 649c343a4b94 |
children | cc7270debc8e |
files | vamp-aubio.n3 |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vamp-aubio.n3 Wed Jan 28 13:27:52 2015 +0100 +++ b/vamp-aubio.n3 Wed Jan 28 13:28:22 2015 +0100 @@ -176,6 +176,8 @@ vamp:parameter plugbase:aubioonset_param_minioi ; vamp:output plugbase:aubioonset_output_onsets ; + vamp:output plugbase:aubioonset_output_odf ; + vamp:output plugbase:aubioonset_output_todf ; . plugbase:aubioonset_param_onsettype a vamp:QuantizedParameter ; vamp:identifier "onsettype" ; @@ -231,6 +233,24 @@ # vamp:computes_feature <Place feature attribute URI here and uncomment> ; # vamp:computes_signal_type <Place signal type URI here and uncomment> ; . +plugbase:aubioonset_output_odf a vamp:DenseOutput ; + vamp:identifier "onsets" ; + dc:title "Onsets" ; + dc:description """""" ; + vamp:fixed_bin_count "true" ; + vamp:unit "" ; + vamp:bin_count 1 ; + vamp:computes_signal_type af:Signal ; + . +plugbase:aubioonset_output_todf a vamp:DenseOutput ; + vamp:identifier "onsets" ; + dc:title "Onsets" ; + dc:description """""" ; + vamp:fixed_bin_count "true" ; + vamp:unit "" ; + vamp:bin_count 0 ; + vamp:sample_type vamp:VariableSampleRate ; + . plugbase:aubiopitch a vamp:Plugin ; dc:title "Aubio Pitch Detector" ; vamp:name "Aubio Pitch Detector" ;