comparison examples/iAudioDB/rdf/adb_cq.n3 @ 669:780ebab29268

Added initial increment of OSX audioDB interface
author mas01mj
date Wed, 03 Mar 2010 17:17:08 +0000
parents
children e78e5a80b73d
comparison
equal deleted inserted replaced
668:ce5ff00168e1 669:780ebab29268
1 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2 @prefix vamp: <http://purl.org/ontology/vamp/> .
3 @prefix : <#> .
4
5 :transform a vamp:Transform ;
6 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-audiodb-plugins#cq> ;
7 vamp:step_size "2048"^^xsd:int ;
8 vamp:block_size "16384"^^xsd:int ;
9 vamp:parameter_binding [
10 vamp:parameter [ vamp:identifier "bpo" ] ;
11 vamp:value "12"^^xsd:float ;
12 ] ;
13 vamp:parameter_binding [
14 vamp:parameter [ vamp:identifier "maxfreq" ] ;
15 vamp:value "1046.5"^^xsd:float ;
16 ] ;
17 vamp:parameter_binding [
18 vamp:parameter [ vamp:identifier "minfreq" ] ;
19 vamp:value "65.4064"^^xsd:float ;
20 ] ;
21 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-audiodb-plugins#cq_output_cq> .