Mercurial > hg > sonic-annotator
view transforms/percussiononsets-detectionfunction.n3 @ 399:a3912193ce69 tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:57:37 +0100 |
parents | 581b1b150a4d |
children |
line wrap: on
line source
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix vamp: <http://purl.org/ontology/vamp/>. @prefix examples: <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#>. @prefix : <#>. :transform0 a vamp:Transform; vamp:plugin examples:percussiononsets; vamp:output examples:percussiononsets_output_detectionfunction; # vamp:step_size "256"; # vamp:block_size "512"; vamp:window_type "Hanning"; vamp:parameter_binding :param0 ; vamp:parameter_binding :param1 . :param0 a vamp:ParameterBinding; vamp:parameter [ vamp:identifier "sensitivity" ]; vamp:value "60". :param1 a vamp:ParameterBinding; vamp:parameter examples:percussiononsets_param_threshold; vamp:value "2".