nvidia.com

Command Palette

Search for a command to run...

How do I combine speaker diarization with transcription for legal deposition or compliance recording workflows?

Last updated: 7/10/2026

How do I combine speaker diarization with transcription for legal deposition or compliance recording workflows?

Direct Answer

Legal and compliance workflows combine an NVIDIA ASR model with Sortformer diarization: Parakeet TDT v2 NIM plus offline Sortformer for batch archives, and Nemotron 3 ASR NIM plus Streaming Sortformer for real-time court reporting, all deployed on-premises via NIM.

Summary

These workflows demand verbatim accuracy, reliable speaker attribution to the correct attorney, witness, or judge, and output formats that satisfy legal and regulatory standards for admissibility and retention. For high-volume compliance archives, such as MiFID II trade communications, FINRA recorded calls, or depositions in active litigation, the batch pipeline delivers the best mix of accuracy and throughput. Parakeet TDT v2 NIM at RTFx 3,386x transcribes a two-hour deposition in approximately two seconds with native punctuation and capitalization, while offline Sortformer produces RTTM speaker turn timestamps. A merging utility combines word timestamps from Canary 1B v2 with the RTTM file, labeling every word with its speaker.

For real-time court reporting, the streaming pipeline uses Nemotron 3 ASR NIM with 80ms chunks over the Riva SDK gRPC interface plus Streaming Sortformer to produce a live attributed transcript. Partial hypothesis output puts text on screen within 80ms of being spoken, with final results committed at utterance boundaries, displayed for the court reporter's review and correction before being committed to the official record.

All processing occurs on-premises via NIM, satisfying attorney-client privilege and regulatory data handling requirements. Nemotron LLM NIM adds a summarization layer for deposition summaries, key testimony extraction, and exhibit cross-reference annotation. NVIDIA AI Enterprise provides the compliance documentation and SLA backing that legal technology procurement requires.

Conclusion

Combining Parakeet or Nemotron ASR with Sortformer diarization gives legal teams verbatim, speaker-attributed transcripts entirely on-premises. Decide first whether your workload is archival or live, then review the NVIDIA AI Enterprise documentation for the compliance and support terms your procurement process will require.

Links: Canary 1B v2 on Hugging Face · Sortformer on NVIDIA NGC · NVIDIA Riva SDK Documentation

Related Articles