From 841a2010cd2cc14fcb233b16c69789acb7befa71 Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 18 Jun 2010 23:40:47 +0000 Subject: [PATCH] fix test paths --- timeside/tests/api/test_lolevel.py | 2 +- timeside/tests/api/test_pipe.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/timeside/tests/api/test_lolevel.py b/timeside/tests/api/test_lolevel.py index 2406cb6..421ce95 100644 --- a/timeside/tests/api/test_lolevel.py +++ b/timeside/tests/api/test_lolevel.py @@ -36,7 +36,7 @@ while True: max_level = analyzer.result() print "Max level: %f" % max_level -destination = "normalized.wav" +destination = "../results/guitar_normalized.wav" Encoder = WavEncoder print "Creating encoder with id=%s for: %s" % (Encoder.id(), destination) encoder = Encoder(destination) diff --git a/timeside/tests/api/test_pipe.py b/timeside/tests/api/test_pipe.py index 7c2404f..fb3dd6c 100644 --- a/timeside/tests/api/test_pipe.py +++ b/timeside/tests/api/test_pipe.py @@ -27,7 +27,7 @@ print "gain: %f" % gain print "duration: %f %s" % (duration.result(), duration.unit()) gain = Gain(gain) -encoder = WavEncoder("normalized.wav") +encoder = WavEncoder("../results/guitar_normalized.wav") subpipe = gain | maxlevel -- 2.39.5