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 af85946 commit 39b691aCopy full SHA for 39b691a
WindowsAudioSession/UI/FFT/FFTPeakDrawer.cs
@@ -84,7 +84,7 @@ double[] barSizes
84
maxValue = barSizes[i];
85
}
86
87
- var barHeight = Math.Max(0, maxValue * (height - 2 * Margin) / 255d) * 2.15;
+ var barHeight = Math.Max(0, maxValue * (height - 2 * Margin) / 255d);
88
var y_top = (y0 + height - 2 * Margin - barHeight);
89
90
var bar = _bars[i];
0 commit comments