kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.65k stars 253 forks source link

Can this lib modify the source code CPP file and build for cross-platform and IDE ? #95

Closed siduytruong-us closed 4 years ago

siduytruong-us commented 4 years ago

Hey developers,

I have checked out your libs, but I can't see any file CPP. I want to modify C++ file for my business Does lib work on Android Studio and XCode, Android and iOS projects?

samuelriddle commented 4 years ago

This library does work with all IDE you mentioned. For Xcode, you can generate Xcode library directly from cmake.

For CPP, check out examples folder to see how to use the library. Check also the README for Usage section.