From d4e2cd120c6b55da1f0104184f7257efb9d3dd04 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Fri, 24 Jul 2026 23:49:23 +0200 Subject: [PATCH] feat(player): webview audio backend for platforms without a native one Adds WebviewAudioBackend, used on non-Linux/non-Android targets (e.g. Windows) where there is no libmpv/ExoPlayer. Instead of decoding, it emits a WebviewAudioLoad event with the stream URL; a frontend