From 22b1ed169aa473b320e338c546f1f7b9a511f23f Mon Sep 17 00:00:00 2001 From: fufesou Date: Tue, 8 Sep 2026 16:19:16 +0800 Subject: [PATCH] fix(audio): update CPAL for WASAPI thread priority (#16110) * fix(audio): update CPAL for WASAPI thread priority * update cpal Signed-off-by: fufesou --------- Signed-off-by: fufesou --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 0e9f071d1..17eadf5f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1717,7 +1717,7 @@ dependencies = [ [[package]] name = "cpal" version = "0.15.3" -source = "git+https://github.com/rustdesk-org/cpal?branch=osx-screencapturekit#6b374bcaed076750ca8fce6da518ab39b882e14a" +source = "git+https://github.com/rustdesk-org/cpal?branch=osx-screencapturekit#41c8a2a75903ffe9cd44cf176ce6b69e5d916d47" dependencies = [ "alsa", "cidre",