From ab1d1e207ea5bb4fa480682aae46c39af5dce8c2 Mon Sep 17 00:00:00 2001 From: Riyadh Date: Sun, 10 May 2026 11:40:07 +0000 Subject: [PATCH] Task #461: Fix notification sounds on iPad (route via media channel) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: User reported zero sound on iPad — even the "Test sound" button in notification settings produced silence. YouTube and other videos worked fine on the same iPad. Root cause: The app's notification player used the Web Audio API (AudioContext + BufferSource). On iOS Safari (iPad/iPhone), Web Audio plays through the **ringer channel**, which is silenced by: - The hardware silent switch (older iPads), - Control Center's mute icon, - Or simply having ringer volume at 0 (independent of media volume). HTMLAudioElement (the API behind