Lower transcription window to 3s for snappier captions

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
Omar Sobh
2026-06-04 22:50:53 -05:00
co-authored by Claude Opus 4.8
parent e00d844f06
commit e0db8dfabe
+1 -1
View File
@@ -6,7 +6,7 @@ import { Button } from "./ui/button.jsx";
import { Card, CardContent } from "./ui/card.jsx"; import { Card, CardContent } from "./ui/card.jsx";
import { cn } from "../lib/utils.js"; import { cn } from "../lib/utils.js";
const TRANSCRIBE_INTERVAL_MS = 5000; const TRANSCRIBE_INTERVAL_MS = 3000;
// Broadcaster page (PRD 4.1) plus near-live transcription, session recording, // Broadcaster page (PRD 4.1) plus near-live transcription, session recording,
// and markers. One mic stream feeds the listeners (WebRTC), the level meter, // and markers. One mic stream feeds the listeners (WebRTC), the level meter,