Mercurial > hg > sonic-annotator
annotate tests/test-transforms-basic/transforms/percussiononsets-df-start-and-duration.xml @ 233:9a10c3ffff47
Update summary code and tests -- fix multiple outputs when requesting both summary and non-summary for the same output; and values have been changed because of the coded file cache bit depth change. Also skip network-dependent tests if there is no network.
author | Chris Cannam |
---|---|
date | Thu, 25 Feb 2016 18:19:27 +0000 |
parents | 7a31201dc42d |
children |
rev | line source |
---|---|
Chris@96 | 1 <transform |
Chris@96 | 2 id="vamp:vamp-example-plugins:percussiononsets:detectionfunction" |
Chris@96 | 3 pluginVersion="2" |
Chris@96 | 4 program="" |
Chris@96 | 5 stepSize="512" |
Chris@96 | 6 blockSize="1024" |
Chris@96 | 7 windowType="hanning" |
Chris@96 | 8 startTime="2.000000000" |
Chris@96 | 9 duration="2.000000000" |
Chris@96 | 10 sampleRate="0"> |
Chris@96 | 11 <parameter name="sensitivity" value="40"/> |
Chris@96 | 12 <parameter name="threshold" value="3"/> |
Chris@96 | 13 </transform> |