From 44c0ba7a36a9fb37d84850ec7f44735d70fc7c23 Mon Sep 17 00:00:00 2001 From: fduncanh <72711181+fduncanh@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:08:44 +0800 Subject: [PATCH 1/2] uxplay.cpp default value of taper_volume should be false --- uxplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uxplay.cpp b/uxplay.cpp index 56be690..0983467 100644 --- a/uxplay.cpp +++ b/uxplay.cpp @@ -139,7 +139,7 @@ static std::string pairing_register = ""; static std::vector 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 */ From d90a3c33bf4449aea5f52f9b00ab4710c7f9c38a Mon Sep 17 00:00:00 2001 From: fduncanh <72711181+fduncanh@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:20:07 +0800 Subject: [PATCH 2/2] Update uxplay.spec --- uxplay.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uxplay.spec b/uxplay.spec index cb55a28..225b1e5 100644 --- a/uxplay.spec +++ b/uxplay.spec @@ -1,5 +1,5 @@ Name: uxplay -Version: 1.68.1 +Version: 1.68.2 Release: 1%{?dist} %global gittag v%{version}