]> git.parisson.com Git - timeside.git/commitdiff
low level test for flac
authoryomguy <yomguy@parisson.com>
Mon, 21 Mar 2011 08:41:18 +0000 (08:41 +0000)
committeryomguy <yomguy@parisson.com>
Mon, 21 Mar 2011 08:41:18 +0000 (08:41 +0000)
timeside/tests/api/test_lolevel_streaming.py

index 1bca2500508db835f9214545c80d87d35b7bc293..e394f0c099a8e96fd6e1ee3fed00b17e740f67ea 100644 (file)
@@ -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)