From 4353ef2e8544dcced61e2db496abb5b94b6967f4 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 21 Mar 2011 08:41:18 +0000 Subject: [PATCH] low level test for flac --- timeside/tests/api/test_lolevel_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeside/tests/api/test_lolevel_streaming.py b/timeside/tests/api/test_lolevel_streaming.py index 1bca250..e394f0c 100644 --- a/timeside/tests/api/test_lolevel_streaming.py +++ b/timeside/tests/api/test_lolevel_streaming.py @@ -11,7 +11,7 @@ if len(sys.argv) > 1: source = sys.argv[1] else: import os.path - source= os.path.join (os.path.dirname(__file__), "../samples/sweep_source.wav") + source= os.path.join (os.path.dirname(__file__), "../samples/sweep.flac") decoder = FileDecoder(source) print "Creating decoder with id=%s for: %s" % (decoder.id(), source) -- 2.39.5