comparison 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 wave 6 import wave
3 import numpy as np 7 import numpy as np
4 8
5 def decode_to_mono_samples(rawdata, n_channels): 9 def decode_to_mono_samples(rawdata, n_channels):