mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-08-12 22:31:22 +04:00
* whisper : fix VAD segment overlap boundary handling - Use original segment length (pre-overlap) for vad_end in the time mapping table, so segment boundaries are preserved accurately Claude Sonnet 4.6 (Low) * whisper : remove intermediate VAD time mapping points Now that segment boundaries are mapped accurately, the intermediate point interpolation is no longer necessary. --------- Co-authored-by: Lohopupa <lohopupa@gmail.com>