comparison sonic_annotator/vamp_plugins/qm-onsets-detectionfn_standard.n3 @ 0:e34cf1b6fe09 tip

commit
author Daniel Wolff
date Sat, 20 Feb 2016 18:14:24 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e34cf1b6fe09
1 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2 @prefix vamp: <http://purl.org/ontology/vamp/> .
3 @prefix : <#> .
4
5 :transform a vamp:Transform ;
6 vamp:plugin <http://vamp-plugins.org/rdf/plugins/qm-vamp-plugins#qm-onsetdetector> ;
7 vamp:step_size "512"^^xsd:int ;
8 vamp:block_size "1024"^^xsd:int ;
9 vamp:plugin_version """3""" ;
10 vamp:parameter_binding [
11 vamp:parameter [ vamp:identifier "dftype" ] ;
12 vamp:value "3"^^xsd:float ;
13 ] ;
14 vamp:parameter_binding [
15 vamp:parameter [ vamp:identifier "sensitivity" ] ;
16 vamp:value "50"^^xsd:float ;
17 ] ;
18 vamp:parameter_binding [
19 vamp:parameter [ vamp:identifier "whiten" ] ;
20 vamp:value "0"^^xsd:float ;
21 ] ;
22 vamp:output <http://vamp-plugins.org/rdf/plugins/qm-vamp-plugins#qm-onsetdetector_output_detection_fn> .