view audio_key_detection/qm-keydetector/qm-keydetector.ttl @ 26:f0d29b4dd81c abstract

Removed pdf; added paragraph on Onset Detector
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 06 Sep 2013 11:11:07 +0100
parents 14844597d4d7
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> .