changeset 164:4bd7fb9542ff

Fix Vamp grid-fsr test
author Chris Cannam
date Wed, 01 May 2013 21:46:25 +0100
parents 3fbaa25aad89
children 84443da335f9
files yetilab/vamp/test/test_vamp.yeti
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yetilab/vamp/test/test_vamp.yeti	Wed May 01 21:42:03 2013 +0100
+++ b/yetilab/vamp/test/test_vamp.yeti	Wed May 01 21:46:25 2013 +0100
@@ -12,7 +12,7 @@
 
 rate = 44100;
 
-testStream () = filter.truncatedTo (rate * 30) (synthetic.whiteNoise rate);
+testStream () = filter.truncatedTo (rate * 20) (synthetic.whiteNoise rate);
 
 processTest output = 
     v.processStreamStructured testPluginKey output (testStream ());
@@ -109,7 +109,7 @@
                    (block.fromList . floats) (map do y:
                         (x + y + 2) / 20
                         done [0..9])
-                    done [0..19]));
+                    done [0..9]));
     other: failWith "wrong structure type: expected Grid tag, got \(other)";
     esac
 ),