feat: expand Whisper search window to ±30s for sentence boundaries
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c605cd1a88
commit
582f9f066e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class WhisperService:
|
|||
self.min_gap_threshold = getattr(settings, 'whisper_min_gap_threshold', 0.15)
|
||||
|
||||
# Snapping configuration
|
||||
self.max_search_window = getattr(settings, 'whisper_max_search_window', 20.0)
|
||||
self.max_search_window = getattr(settings, 'whisper_max_search_window', 30.0)
|
||||
|
||||
@property
|
||||
def model(self) -> WhisperModel:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue