We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616d4cf commit f71218aCopy full SHA for f71218a
src/AudioLibs/FFTDisplay.h
@@ -5,9 +5,10 @@ namespace audio_tools {
5
6
class FFTDisplay;
7
FFTDisplay *selfFFTDisplay = nullptr;
8
+#ifdef USE_CONCURRENCY
9
// fft mutex
10
static Mutex fft_mux;
-
11
+#endif
12
/**
13
* Display FFT result: we can define a start bin and group susequent bins for a
14
* combined result.
0 commit comments