#include /*! * \brief DSP setup * * Setup DSP executable file. \n * If this method is not called, no DSP processing will be available. \n * * \param file DSP executable file * \param globalTimeoutMs timeout for all DSP functions, in ms (timeout is only * used to display a warning. -1 to disable timeout */ void SetupDSP(std::string file,int globalTimeoutMs=-1); void CloseDSP(void);