From 2c94b6ac698bd65cf3b79e4d2a94a1b47791a356 Mon Sep 17 00:00:00 2001 From: Adrian Florescu Date: Tue, 7 Jul 2026 19:13:55 +0300 Subject: [PATCH 1/2] Add sound visualizer driven by the real audio signal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Five iOS-lockscreen-style bars under the poster that move on whatever the app actually emits: the radio stream, the loading tone or the error tone. - The signal is tapped via captureStream() + AnalyserNode: unlike the reverted createMediaElementSource approach (69a58f2), playback is NOT rerouted through the AudioContext, so the iOS media session and background playback stay untouched. - All three