mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-28 14:55:46 +00:00
Add configurable voice activity detection thresholds to improve speaker diarization accuracy for noisy or distant audio recordings. - Add --segmentation-onset and --segmentation-offset CLI args to pyannote_diarize.py - Pass segmentation thresholds from Go adapter to Python script - Map existing vad_onset/vad_offset params to Pyannote segmentation - Add VAD Onset/Offset inputs to UI when Pyannote diarization is selected (Whisper, Parakeet, Canary model families) Lower onset values (0.3-0.4) help detect quieter/distant speakers. Lower offset values improve detection of speech endings. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>