view audio_key_detection/qm-keydetector-v4/qm-keydetector.ttl @ 86:01f69f1d5d3c tip

Add further archive versions
author Chris Cannam
date Thu, 01 Aug 2019 17:54:05 +0100
parents 7ddbe4d8b23c
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/qm-vamp-plugins#qm-keydetector> ;
    vamp:plugin_version "4" ;
    vamp:step_size "32768"^^xsd:int ; 
    vamp:block_size "32768"^^xsd:int ; 
    vamp:parameter_binding [
        vamp:parameter [ vamp:identifier "length" ] ;
        vamp:value "10"^^xsd:float ;
    ] ;
    vamp:parameter_binding [
        vamp:parameter [ vamp:identifier "tuning" ] ;
        vamp:value "440"^^xsd:float ;
    ] ;
    vamp:output <http://vamp-plugins.org/rdf/plugins/qm-vamp-plugins#qm-keydetector_output_key> .