audiolab
audiolab copied to clipboard
TypeError: not enough arguments for format string
There is a small error near line 746 in scikits/audiolab/pysndfile/_sndfile.pyx: raise IOError("write %d frames, expected to write %d" % res, nframes) should be raise IOError("write %d frames, expected to write %d" % (res, nframes))