#include #include int main() { auto logLevel = libprojectM::Logging::GetLogLevel(); libprojectM::ProjectM pm; auto frameData = pm.PCM().GetFrameAudioData(); return 0; }