# Spec: Windows native audio backend **Status:** Partially implemented — code and packaging done, **unverified on Windows hardware**. `MpvBackend` is the Windows audio backend (`ao=wasapi`); the builder image carries zhongfly's pinned LGPL `libmpv-2.dll` plus a generated MSVC `mpv.lib`, and the NSIS installer ships the DLL beside `jellytau.exe` with its licence texts ([build-windows.md](../build/build-windows.md)). Done *before* the libmpv2 migration after all: the current `libmpv` pin cross-links fine, and the migration now has one call site to keep safe (`mpv_command`, DR-298) rather than a crate API to port twice. **Left:** every acceptance criterion that needs a Windows machine — audible volume/EQ/normalization/gapless, seek/queue/sleep timer, and the clean-VM install test. **Requirements:** UR-003, UR-027, UR-032, UR-033 → DR-030, DR-035, DR-036; ⚠️ the suggested id **IR-030 has since been allocated** to the scheduled catalog crawl — allocate a fresh id (IR-033 or later) on implementation **UX spec:** n/a — Settings › Audio already renders the controls **Supersedes / revises:** acts on the "audio can unify, video cannot" conclusion in [playback-backend-unification.md](playback-backend-unification.md) ## Summary Give Windows a real native audio backend instead of the current webview `