I would like to speed up my real-time multi-threaded audio (ALSA/JackAudio) application running over Raspberry Pi 3 by utilizing the Pi multiple cores processor.
Will OpenMP be my best selection? If so, is there any available tutorial/instruction for using OpenMP for Qt (QMake) and/or MSBuild based C++ projects using VisualGDB?
Sorry, as this case is very specific, we don’t have a tutorial fully covering it. Our best suggestion would be to look through OpenMP documentation and tutorials on their site to get a basic overview of it. That said, we will be happy to help you locate the relevant VisualGDB settings if you are experiencing troubles getting your project to work with VisualGDB.