From 6427ab4a4993be3c71c634ee7a88d678dc360e6e Mon Sep 17 00:00:00 2001 From: BenStullsBets Date: Fri, 26 Jun 2026 18:58:22 -0700 Subject: [PATCH] chore(audio): tuck audio diagnostics (status + native player) under Dev Mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'no sound' debugging is resolved (stale-server resilience). Move the audio status readout + native test player into the Dev Mode panel — kept for future 'can't hear' debugging, out of the installation UI. 7 E2E pass. Co-Authored-By: Claude Opus 4.8 (1M context) --- simulator/static/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/simulator/static/index.html b/simulator/static/index.html index 7f33646..efe32dd 100644 --- a/simulator/static/index.html +++ b/simulator/static/index.html @@ -40,15 +40,6 @@ Audio -
audio: off
- - -
- Audio check (diagnostic) -

Press play below to test the soundtrack file directly in the - browser's own player — this bypasses all app code. If you hear it here but - not from the Audio toggle, the file is fine and it's a code/autoplay issue.

-
@@ -75,6 +66,15 @@