comparison test_audiofile.py @ 5:ea2387fd1b90 tip

Add CC0 disclaimers
author Chris Cannam
date Thu, 04 Oct 2012 22:12:02 +0100
parents a8cde97eae7b
children
comparison
equal deleted inserted replaced
4:3df0742b4c82 5:ea2387fd1b90
1
2 # To the extent possible under law, Chris Cannam and QMUL have waived
3 # all copyright and related or neighboring rights to this file
4 # (http://creativecommons.org/about/cc0)
1 5
2 import audiofile as af 6 import audiofile as af
3 7
4 def test_read_all_mono_from_file(): 8 def test_read_all_mono_from_file():
5 (samples, samplerate) = af.read_all_mono_samples_from_file('testfiles/4sample-stereo-ny.wav') 9 (samples, samplerate) = af.read_all_mono_samples_from_file('testfiles/4sample-stereo-ny.wav')