changeset 432:03c71a35d0eb

Square wave is a bit cheaper
author Chris Cannam
date Tue, 08 Oct 2013 08:18:00 +0100
parents f9a954e103db
children 5d7ad9494633
files src/may/stream/test/test_resample.yeti
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/may/stream/test/test_resample.yeti	Tue Oct 08 08:17:50 2013 +0100
+++ b/src/may/stream/test/test_resample.yeti	Tue Oct 08 08:18:00 2013 +0100
@@ -156,7 +156,7 @@
         all id
            (map do outrate:
                 freq = 500;
-                forms = manip.duplicated 2 (waves.saw inrate freq);
+                forms = manip.duplicated 2 (waves.square inrate freq);
                 inform = forms[0];
                 outform = resample.resampledTo outrate forms[1];
                 incount = inrate;