uxplay.cpp default value of taper_volume should be false

This commit is contained in:
fduncanh
2024-01-08 14:08:44 +08:00
committed by GitHub
parent 1b718405bc
commit 44c0ba7a36

View File

@@ -139,7 +139,7 @@ static std::string pairing_register = "";
static std::vector <std::string> registered_keys;
static double db_low = -30.0;
static double db_high = 0.0;
static bool taper_volume = true;
static bool taper_volume = false;
/* logging */