]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
fix: VAD time mapping timestamp drift caused by overlap samples (#3711)
authorlohopupa <redacted>
Tue, 17 Mar 2026 06:19:08 +0000 (12:19 +0600)
committerGitHub <redacted>
Tue, 17 Mar 2026 06:19:08 +0000 (07:19 +0100)
commitdc9611662265870df22a7230b7586176a99c1955
treef3c9392fb04229b1e0a86fb6a69cd0e0f54e26bf
parent79218f51d02ffe70575ef7fba3496dfc7adda027
fix: VAD time mapping timestamp drift caused by overlap samples (#3711)

* 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 <redacted>
src/whisper.cpp