SiggiGue / pyfilterbank

Implementing a fractional octave filterbank for python. Based on Numpy and CFFI.
108 stars 27 forks source link

Fixed some lines that made it not work with python 3 #15

Closed mmxgn closed 5 years ago

mmxgn commented 5 years ago

Two things fixed:

a) gammatone.py had fractional delay_samples value when called form within python 3 (since division returns float) b) removed matplotlib.hold from plotfunc since this function has been deprecated (default is always True)