Mercurial > hg > audiodb
diff examples/iAudioDB/rdf/adb_cq.n3 @ 685:e78e5a80b73d
* Extraction params supplied at db creation time
* n3 configs are customized at extraction time
* Changes to import UI
* Extraction params stored in db plist
author | mas01mj |
---|---|
date | Thu, 11 Mar 2010 11:50:39 +0000 |
parents | 780ebab29268 |
children |
line wrap: on
line diff
--- a/examples/iAudioDB/rdf/adb_cq.n3 Fri Mar 05 17:20:06 2010 +0000 +++ b/examples/iAudioDB/rdf/adb_cq.n3 Thu Mar 11 11:50:39 2010 +0000 @@ -4,8 +4,8 @@ :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:step_size "HOP_SIZE"^^xsd:int ; + vamp:block_size "WINDOW_SIZE"^^xsd:int ; vamp:parameter_binding [ vamp:parameter [ vamp:identifier "bpo" ] ; vamp:value "12"^^xsd:float ;