Increase fps of the visualizer to 30
This commit is contained in:
@@ -52,7 +52,7 @@ Visualizer *myVisualizer;
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
const int fps = 25;
|
const int fps = 30;
|
||||||
const uint32_t MIN_DFT_SIZE = 14;
|
const uint32_t MIN_DFT_SIZE = 14;
|
||||||
|
|
||||||
// toColor: a scaling function for coloring. For numbers 0 to max this function
|
// toColor: a scaling function for coloring. For numbers 0 to max this function
|
||||||
|
|||||||
Reference in New Issue
Block a user