Small reduction in boost on bar 10

This commit is contained in:
RocketGod 2025-04-09 10:15:09 -07:00
parent 6423e2e5f8
commit fcb716baa2

View File

@ -124,7 +124,7 @@ void gfxEQView::update_audio_spectrum(const AudioSpectrum& spectrum) {
if (bar == 10)
treble_boost = 1.7f;
else if (bar >= 9)
treble_boost = 1.5f;
treble_boost = 1.3f;
else if (bar >= 7)
treble_boost = 1.3f;