Common Issues
No audio or errors in the browser
Section titled “No audio or errors in the browser”- Use HTTPS or localhost.
- Ensure AudioWorklet/SharedArrayBuffer support; see Requirements.
Empty transcripts over HTTP
Section titled “Empty transcripts over HTTP”- Enable VAD gating:
flushOnSegmentEnd=true+intervalMs=0for “segment‑only”. - Verify sample rate/channels match provider expectations.
CORS / 401 / 403
Section titled “CORS / 401 / 403”- Use server proxy for secrets; ensure Authorization header and allowed origins.