diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-07-31 10:14:03 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-07-31 10:14:03 +1000 |
| commit | 0a8d2fd12e0781c32d23b67dd938e3ba8caf782e (patch) | |
| tree | 5378061295f78ca61e32363f82e5104c3cb2a692 /src/tasks | |
| parent | a5022ac6cb64ef68210b8204591b1deb84ea70d8 (diff) | |
| download | tangara-fw-0a8d2fd12e0781c32d23b67dd938e3ba8caf782e.tar.gz | |
fix flac playback. now it plays nice and smooth :)
Diffstat (limited to 'src/tasks')
| -rw-r--r-- | src/tasks/tasks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Type::kAudio>() -> 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 |
