spuce
spuce copied to clipboard
A DSP digital filtering library - IIR/FIR filtering
Was there supposed to be a tag for this commit? https://github.com/audiofilter/spuce/commit/1808430d74380e3a75a52f643f1113b90a782a9d
The README page specifies brew tap audiofilter/spuce but there is no such repository, it seems to be named as "SPUC", _i.e._ brew tap audiofilter/spuc
When trying to build spuce, I get the following error: ``` CMake Error at qt_fir/CMakeLists.txt:31 (QT5_USE_Modules): Unknown CMake command "QT5_USE_Modules". ``` It seems that `QT5_USE_Modules` has been removed in Qt...
``` > C:\projects\LimeSDR\pothos\spuce\test_spuce\test_cic.cpp(23): error C2220: > warning treated as error - no 'object' file generated > C:\projects\LimeSDR\pothos\spuce\test_spuce\test_cic.cpp(23): warning > C4800: 'signed char': forcing value to bool 'true' or 'false' (performance...
When compiling create_remez_fir.cpp or iir_allpass_variable_cascade.cpp There is no such a file.
when compile the file "audio_equalizer.cpp", compiler can't find file below: # include "spuce/filters/iir_allpass_variable_cascade.h"