Bug Fixes
-
Diarization Queue Audio Overlap Fixed a bug where
diarization_queuewas sent the entireself.pcm_bufferon every iteration, instead of just the latest chunk. PR by @choomegan (commit) -
License Display Error Fixed dual license warning display when using simulstreaming backend. 46efbdf
Enhancements
-
Improved Punctuation Splitting for Diarization Enhanced the
use_punctuation_splitlogic to improve diarization results. Commits: 3ad3683, 5b9977c, 56114d3 -
Deployment Guide Update Fixed and clarified the Deployment Guide in the README. PR by @luisla-rivas (commit)
-
Architecture Update e40b5a3
-
Dockerfile Improvements Updated Dockerfile to install
build-essentialand update the PyTorch version. - (Idea from @callumgarven) (commit)
Core Updates
-
Update to latest version of SimulStreaming Fixes warmup with >30s audio files
-
SimulStreaming Whisper Core Update Updated SimulStreaming whisper core from version 20230918 to 20250625. Solves tensor mismatch on some gpus due to triton version - Commits: 8e056cb, 4cfed6e