spectrogram: Disable tuner when nothing subscribes to sample output

This commit is contained in:
Mike Walters
2016-04-23 18:47:33 +01:00
parent a4dd942bcb
commit 377fe33204
2 changed files with 12 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ private:
float getTunerCentre();
std::vector<float> getTunerTaps();
int linesPerTile();
bool tunerEnabled();
};
class TileCacheKey