diff --git a/web/zebra-spaces.html b/web/zebra-spaces.html index 9fea2d1..8867285 100644 --- a/web/zebra-spaces.html +++ b/web/zebra-spaces.html @@ -2961,6 +2961,7 @@ function attachAudioStreamViaWorklet(uuid, stream, targetSeconds){ if (audioCtx.state === 'suspended'){ audioCtx.resume().catch(()=>{}); } + logLine('', 'audio attach uuid='+uuid.slice(0,4)+' target='+targetSeconds+'s (current pool='+listenerAudioNodes.size+')'); const existing = listenerAudioNodes.get(uuid); if (existing){ try { existing.src.disconnect(); } catch(_){} @@ -7503,8 +7504,8 @@ logLine('', 'ready โ€” pick a handle, type a rendezvous code, enter the space');