Mercurial > hg > silvet
view testdata/timing/transform.ttl @ 335:d861f86f2b17 livemode
Back out this reduction of duration threshold, I think it makes things too noisy
author | Chris Cannam |
---|---|
date | Thu, 25 Jun 2015 17:23:31 +0100 |
parents | 92293058368a |
children |
line wrap: on
line source
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix vamp: <http://purl.org/ontology/vamp/> . @prefix : <#> . :transform a vamp:Transform ; vamp:plugin <http://vamp-plugins.org/rdf/plugins/silvet#silvet> ; vamp:step_size "1024"^^xsd:int ; vamp:block_size "1024"^^xsd:int ; vamp:plugin_version """3""" ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "finetune" ] ; vamp:value "0"^^xsd:float ; ] ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "instrument" ] ; vamp:value "0"^^xsd:float ; # general ] ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "mode" ] ; vamp:value "1"^^xsd:float ; # hq ] ; vamp:output <http://vamp-plugins.org/rdf/plugins/silvet#silvet_output_notes> .