ruohoruotsi / Butterworth-Filter-Design

C++ classes for designing high-order Butterworth IIR & equalization filters
GNU General Public License v3.0
163 stars 42 forks source link

Android app #5

Open hananabilabd opened 6 years ago

hananabilabd commented 6 years ago

Hi bro Um working on an android app to do DSP in real-time from mic to speaker , but um using a superpowered SDK and unfortunately it doesn't allow to increase the order of filter so can i import your library in my project and replace the old filter , so Can i use your library in real-time ?? and is there an example on how to use low-pass filter and band-pass ? Thanks in advance

ruohoruotsi commented 6 years ago

Hi there, you can you use in realtime, I can provide a short example for how to use it in an online setup. Perhaps I'll add a unit-test that processes a WAV file in chunks, will that be good enough?

hananabilabd commented 6 years ago

yeah sure , all i wanna do is to pass an pointer of float array then receive a filtered array , that's all ,