From 0a8d2fd12e0781c32d23b67dd938e3ba8caf782e Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 31 Jul 2023 10:14:03 +1000 Subject: fix flac playback. now it plays nice and smooth :) --- src/tasks/tasks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tasks') diff --git a/src/tasks/tasks.cpp b/src/tasks/tasks.cpp index abce0bde..861c7bf0 100644 --- a/src/tasks/tasks.cpp +++ b/src/tasks/tasks.cpp @@ -106,7 +106,7 @@ auto Priority() -> UBaseType_t; // highest priority. template <> auto Priority() -> UBaseType_t { - return 10; + return 11; } // After audio issues, UI jank is the most noticeable kind of scheduling-induced // slowness that the user is likely to notice or care about. Therefore we place -- cgit v1.2.3