video-accessibility/backend/app
michael 504e525a1f feat: dynamic pause point buffer based on gap duration
Instead of a fixed 175ms buffer, the pause point is now placed
halfway between the end of the sentence and the start of the
next word. If the half-gap exceeds 2 seconds, uses 500ms instead.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 22:33:07 -06:00
..
__pycache__ fixed middleware silent swallowing of exceptions FINALLY 2025-10-08 18:19:59 -05:00
api/v1 refactor: simplify GCS job deletion to use prefix-based cleanup 2025-12-28 10:07:43 -06:00
core fix: update whisper_max_search_window to 30s in config.py 2025-12-28 21:53:57 -06:00
lib initial commit 2025-08-24 16:28:33 -05:00
middleware fixed overly aggressive security algorithm 2025-10-08 17:49:20 -05:00
migrations fix: add rendering_video status to MongoDB schema validator 2025-12-27 08:40:23 -06:00
models feat: add rendering_video status for accessible video processing 2025-12-27 06:49:46 -06:00
prompts feat: improve pause point precision with sentence boundary detection 2025-12-28 14:41:12 -06:00
schemas feat: improve pause point precision with sentence boundary detection 2025-12-28 14:41:12 -06:00
services feat: dynamic pause point buffer based on gap duration 2025-12-28 22:33:07 -06:00
tasks fix: use dedicated whisper worker with FFmpeg dispatch pattern 2025-12-27 08:53:53 -06:00
telemetry initial commit 2025-08-24 16:28:33 -05:00
main.py feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00