Merge pull request #1653 from kennypm/dsp

add JACK module
This commit is contained in:
Alex
2022-09-02 08:12:57 +02:00
committed by GitHub
7 changed files with 296 additions and 0 deletions

View File

@ -67,6 +67,9 @@
#include "modules/bluetooth.hpp"
#include "modules/inhibitor.hpp"
#endif
#ifdef HAVE_LIBJACK
#include "modules/jack.hpp"
#endif
#include "bar.hpp"
#include "modules/custom.hpp"
#include "modules/temperature.hpp"