h6ah4i / cxxdasp

"cxxdasp" : Digital Audio Signal Processing library for C++
Apache License 2.0
31 stars 11 forks source link

IIR Filter in android app #1

Open hananabilabd opened 6 years ago

hananabilabd commented 6 years ago

Um working with Superpowered SDK in android , but IIR filter in it is of specific degree so can use your library in this to increase the degree of the filter , for example >> iirfilter_lowPass(300 Hz , degree= 5)

hananabilabd commented 6 years ago

Hi bro I need one example for online low-pass filter for example , I can't find any