SiggiGue / pyfilterbank

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

build on setup #21

Open neka-nat opened 3 years ago

neka-nat commented 3 years ago

I changed to build c file at setup time. This makes it possible to support different architectures and operating systems such as arm. #16

throni3git commented 1 year ago

@SiggiGue can you please accept this pull request or is there a problem that keeps you from doing that? your filterbank is nice, and it can even be nicer if the setup process does not get in the way.