From 6c7b7f72135cbe822d776b6d01119839726c231b Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Mon, 6 Apr 2020 23:30:07 -0700 Subject: [PATCH] Maximum volume increased to 800% --- Audio/Helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Audio/Helper.h b/Audio/Helper.h index 90bc92593..5517e65ee 100644 --- a/Audio/Helper.h +++ b/Audio/Helper.h @@ -7,7 +7,7 @@ * */ -#define MAX_VOLUME 400.0 +#define MAX_VOLUME 800.0 double logarithmicToLinear(double logarithmic); double linearToLogarithmic(double linear);