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.64k stars 252 forks source link

error return 1 #157

Closed mhagh3448 closed 1 year ago

mhagh3448 commented 2 years ago

Hello, I moved the header files to include and when using the library, I encountered return 1... I am new, please help me.

dancazarin commented 2 years ago

Hello, Do you get the error during compilation step or when you run the compiled binary? What is your OS and compiler (or IDE)? Could you provide the minimum C++ code that reproduces the issue?

dancazarin commented 1 year ago

Closing due to inactivity. Reopen if it's still actual.