berndporr / iir1

DSP IIR realtime filter library written in C++

Home Page:http://berndporr.github.io/iir1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version for Arduino

propeller3D opened this issue · comments

A DSP filter library like this seems to be some kind of hidden witchcraft, I've been looking online and this is the only library I found. I would really like to use this on an arduino. Any chance we could get a version for arduino? Thanks.

It should compile no problem (without any of the demos and tests). You "just" need to figure out how to compile it.

Thanks, I will try compiling it again.