view examples/iAudioDB/rdf/adb_cq.n3 @ 684:fed70cb84a92

Double-clicking table now plays result where possible.
author mas01mj
date Fri, 05 Mar 2010 17:20:06 +0000
parents 780ebab29268
children e78e5a80b73d
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/vamp-audiodb-plugins#cq> ;
    vamp:step_size "2048"^^xsd:int ; 
    vamp:block_size "16384"^^xsd:int ; 
    vamp:parameter_binding [
        vamp:parameter [ vamp:identifier "bpo" ] ;
        vamp:value "12"^^xsd:float ;
    ] ;
    vamp:parameter_binding [
        vamp:parameter [ vamp:identifier "maxfreq" ] ;
        vamp:value "1046.5"^^xsd:float ;
    ] ;
    vamp:parameter_binding [
        vamp:parameter [ vamp:identifier "minfreq" ] ;
        vamp:value "65.4064"^^xsd:float ;
    ] ;
    vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-audiodb-plugins#cq_output_cq> .