Pith. sign in

Scalable Offline ASR for Command-Style Dictation in Courtrooms

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

We propose an open-source framework for Command-style dictation that addresses the gap between resource-intensive Online systems and high-latency Batch processing. Our approach uses Voice Activity Detection (VAD) to segment audio and transcribes these segments in parallel using Whisper models, enabling efficient multiplexing across audios. Unlike proprietary systems like SuperWhisper, this framework is also compatible with most ASR architectures, including widely used CTC-based models. Our multiplexing technique maximizes compute utilization in real-world settings, as demonstrated by its deployment in around 15% of India's courtrooms. Evaluations on live data show consistent latency reduction as user concurrency increases, compared to sequential batch processing. The live demonstration will showcase our open-sourced implementation and allow attendees to interact with it in real-time.

fields

eess.AS 1

years

2025 1

verdicts

CONDITIONAL 1

representative citing papers

citing papers explorer

Showing 1 of 1 citing paper.

  • Scalable Offline ASR for Command-Style Dictation in Courtrooms eess.AS · 2025-06-07 · conditional · none · ref 2 · internal anchor

    A multiplexed offline ASR system using VAD segmentation and shared-batch Whisper inference reduces p90 latency versus sequential baseline, especially under high concurrency.