You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile fails on all ARM platforms due to the mere presence of ResamplerAVX2. CMake should filter out the AVX2 resampler when compiling for ARM and the inclusion of the file should be gated by a macro.
clang complains loudly about something I don't understand having to do with std::thread - it's possible clang doesn't play well with whatever the namespace std { class thread; } thing going on at the head of MainWindow.hpp is doing.