Mercurial > hg > sonic-annotator
annotate tests/transforms/transforms-basic-percussiononsets-df-windowtype-hamming.xml @ 60:400e09d69b8f
Add file: URI for file -- this is stripped out by the test script afterwards, I'm not sure how it got stripped from the source as well but obviously it's not parseable without it
author | Chris Cannam |
---|---|
date | Thu, 24 May 2012 11:35:54 +0100 |
parents | c30b9720bde0 |
children |
rev | line source |
---|---|
Chris@51 | 1 <transform |
Chris@51 | 2 id="vamp:vamp-example-plugins:percussiononsets:detectionfunction" |
Chris@51 | 3 pluginVersion="2" |
Chris@51 | 4 program="" |
Chris@51 | 5 stepSize="512" |
Chris@51 | 6 blockSize="1024" |
Chris@51 | 7 windowType="hamming" |
Chris@51 | 8 startTime="0.000000000" |
Chris@51 | 9 duration="0.000000000" |
Chris@51 | 10 sampleRate="0"> |
Chris@51 | 11 <parameter name="sensitivity" value="40"/> |
Chris@51 | 12 <parameter name="threshold" value="3"/> |
Chris@51 | 13 </transform> |