view audio_key_detection/qm-keydetector/qm-keydetector.ttl @ 11:14844597d4d7

Add key detector task; use explicit directory for ttl files
author Chris Cannam
date Mon, 02 Sep 2013 15:45:15 +0100
parents
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: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> .