Mike0021 commited on
Commit
a7bb098
·
verified ·
1 Parent(s): 76584bc

Use stable loopback identity prompt

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -129,7 +129,7 @@ const MIN_VAD_SILENCE_MS = 200;
129
  const MAX_VAD_SILENCE_MS = 800;
130
  const DEFAULT_LOOPBACK_SPEED = 1.0;
131
  const DEFAULT_LOOPBACK_PREROLL_MS = 180;
132
- const DEFAULT_LOOPBACK_PROMPT = "Please identify this browser demo.";
133
  const REAL_MIC_TARGET_RUNS = 3;
134
  const REAL_MIC_MAX_WER = 0.25;
135
  const HARDWARE_WEBGPU_EVIDENCE_STACK = Object.freeze({
 
129
  const MAX_VAD_SILENCE_MS = 800;
130
  const DEFAULT_LOOPBACK_SPEED = 1.0;
131
  const DEFAULT_LOOPBACK_PREROLL_MS = 180;
132
+ const DEFAULT_LOOPBACK_PROMPT = "Identify this browser demo.";
133
  const REAL_MIC_TARGET_RUNS = 3;
134
  const REAL_MIC_MAX_WER = 0.25;
135
  const HARDWARE_WEBGPU_EVIDENCE_STACK = Object.freeze({