SiggiGue / pyfilterbank

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

Convert nth_oct to float. #5

Closed wetdog closed 7 years ago

wetdog commented 7 years ago

in frequencies_fractional_octaves if the user is not aware can get wrong center frequencies calling the function with nth_oct=3 instead of nth_oct=3.0. It's also a typo in the function description.